| 1 | <?php |
||
| 14 | class DataTablesServiceProvider extends ServiceProvider { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Perform post-registration booting of services. |
||
| 18 | * |
||
| 19 | * @return void |
||
| 20 | */ |
||
| 21 | 14 | public function boot() |
|
| 25 | |||
| 26 | /** |
||
| 27 | * Register any package services. |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | 14 | public function register() |
|
| 44 | |||
| 45 | /** |
||
| 46 | * Get the services provided by the provider. |
||
| 47 | * |
||
| 48 | * @return array |
||
| 49 | */ |
||
| 50 | public function provides() |
||
| 54 | } |