1 | <?php |
||
8 | class LaravelSchemaCrawlerServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * Bootstrap the application services. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function boot(): void |
||
33 | |||
34 | /** |
||
35 | * Register the application services. |
||
36 | * |
||
37 | * @return void |
||
38 | */ |
||
39 | public function register(): void |
||
49 | } |
||
50 |