| 1 | <?php |
||
| 7 | class GlideServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Bootstrap the application events. |
||
| 11 | */ |
||
| 12 | public function boot() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Register the service provider. |
||
| 21 | */ |
||
| 22 | public function register() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Get the services provided by the provider. |
||
| 33 | */ |
||
| 34 | public function provides() : array |
||
| 38 | } |
||
| 39 |