1 | <?php |
||
9 | class ServiceProvider extends BaseServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Register bindings in the container. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function register() |
||
20 | |||
21 | /** |
||
22 | * Perform post-registration booting of services. |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | public function boot() |
||
32 | |||
33 | /** |
||
34 | * Register Artisan commands. |
||
35 | */ |
||
36 | protected function registerCommands() |
||
50 | } |
||
51 |