1 | <?php |
||
12 | class Facade extends IlluminateFacade |
||
13 | { |
||
14 | /** |
||
15 | * Get the registered name of the component. |
||
16 | * |
||
17 | * @return string |
||
18 | */ |
||
19 | 3 | protected static function getFacadeAccessor() |
|
23 | |||
24 | /** |
||
25 | * Get the registered name of the component. |
||
26 | * |
||
27 | * @return string |
||
28 | */ |
||
29 | public static function logout() |
||
33 | } |
||
34 |