Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class OpenPayrollFacade extends Facade |
||
15 | { |
||
16 | /** |
||
17 | * Binds the Passport routes into the controller. |
||
18 | * |
||
19 | * @param callable|null $callback |
||
20 | * @param array $options |
||
21 | */ |
||
22 | public static function routes($callback = null, array $options = []) |
||
35 | }); |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * Get the registered name of the component. |
||
40 | * |
||
41 | * @return string |
||
42 | */ |
||
43 | protected static function getFacadeAccessor() |
||
48 |