| 1 | <?php |
||
| 7 | class LaravelModulesServiceProvider extends ModulesServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Booting the package. |
||
| 11 | */ |
||
| 12 | 111 | public function boot() |
|
| 17 | |||
| 18 | /** |
||
| 19 | * Register the service provider. |
||
| 20 | */ |
||
| 21 | 111 | public function register() |
|
| 27 | |||
| 28 | /** |
||
| 29 | * Setup stub path. |
||
| 30 | */ |
||
| 31 | 111 | public function setupStubPath() |
|
| 41 | } |
||
| 42 |