| 1 | <?php |
||
| 14 | class AdjusterServiceProvider extends BaseServiceProvider |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Indicates if loading of the provider is deferred. |
||
| 18 | * |
||
| 19 | * @var bool |
||
| 20 | */ |
||
| 21 | protected $defer = false; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Bootstrap the application events. |
||
| 25 | * |
||
| 26 | * @return void |
||
| 27 | */ |
||
| 28 | public function boot() |
||
| 41 | |||
| 42 | /** |
||
| 43 | * Register the service provider. |
||
| 44 | * |
||
| 45 | * @return void |
||
| 46 | */ |
||
| 47 | public function register() |
||
| 55 | } |