| 1 | <?php namespace Cviebrock\EloquentTaggable; |
||
| 12 | class ServiceProvider extends LaravelServiceProvider |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @inheritdoc |
||
| 17 | */ |
||
| 18 | protected $defer = false; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Bootstrap the application events. |
||
| 22 | */ |
||
| 23 | public function boot(): void |
||
| 39 | 1 | ||
| 40 | 1 | /** |
|
| 41 | 23 | * Register the service provider. |
|
| 42 | * |
||
| 43 | * @return void |
||
| 44 | */ |
||
| 45 | public function register() |
||
| 51 | } |
||
| 52 |