1 | <?php |
||
11 | class ServiceProvider extends BaseServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Register bindings in the container. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function register() |
||
29 | |||
30 | /** |
||
31 | * Perform post-registration booting of services. |
||
32 | * |
||
33 | * @return void |
||
34 | */ |
||
35 | public function boot() |
||
41 | |||
42 | /** |
||
43 | * Register Artisan commands. |
||
44 | */ |
||
45 | protected function registerCommands() |
||
65 | } |
||
66 |