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 | * Register the application services. |
||
29 | * |
||
30 | * @return void |
||
31 | * @codeCoverageIgnore |
||
32 | */ |
||
33 | public function register() |
||
61 | |||
62 | |||
63 | /** |
||
64 | * @return array |
||
65 | */ |
||
66 | 35 | public function provides() |
|
70 | } |
||
71 |