| 1 | <?php |
||
| 7 | class ServiceProvider extends IlluminateServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Configure package paths. |
||
| 11 | */ |
||
| 12 | 14 | private function configurePaths() |
|
| 18 | |||
| 19 | /** |
||
| 20 | * Merge configuration. |
||
| 21 | */ |
||
| 22 | 14 | private function mergeConfig() |
|
| 28 | |||
| 29 | /** |
||
| 30 | * Register the service provider. |
||
| 31 | * |
||
| 32 | * @return void |
||
| 33 | */ |
||
| 34 | 14 | public function register() |
|
| 40 | |||
| 41 | 14 | public function boot() |
|
| 47 | } |
||
| 48 |