1 | <?php |
||
8 | class Facade extends IlluminateFacade |
||
9 | { |
||
10 | /** |
||
11 | * Get the registered name of the component. |
||
12 | * |
||
13 | * @return string |
||
14 | */ |
||
15 | 8 | protected static function getFacadeAccessor() |
|
19 | |||
20 | /** |
||
21 | * Get the registered name of the component. |
||
22 | * |
||
23 | * @return string |
||
24 | */ |
||
25 | 2 | public static function logout() |
|
29 | } |
||
30 |