Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class MultiAuthBackPackServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public function boot() |
||
15 | { |
||
16 | // |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Register the application services. |
||
21 | * |
||
22 | * @return void |
||
23 | */ |
||
24 | public function register() |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Register the make:multi-auth command. |
||
32 | */ |
||
33 | private function registerInstallCommand() |
||
39 | } |
||
40 | } |
||
41 |