1 | <?php |
||
14 | class ServiceProvider extends Provider |
||
15 | { |
||
16 | /** |
||
17 | * Bootstrap the application services. |
||
18 | * |
||
19 | * @return void |
||
20 | * @codeCoverageIgnore |
||
21 | */ |
||
22 | public function boot() |
||
26 | |||
27 | /** |
||
28 | * @param string $command |
||
29 | */ |
||
30 | 51 | private function registerCommand($command) |
|
40 | |||
41 | /** |
||
42 | * Register the application services. |
||
43 | * |
||
44 | * @return void |
||
45 | * @codeCoverageIgnore |
||
46 | */ |
||
47 | public function register() |
||
57 | |||
58 | |||
59 | /** |
||
60 | * @return array |
||
61 | */ |
||
62 | 1 | public function provides() |
|
66 | } |
||
67 |