| 1 | <?php |
||
| 8 | class DatatablesServiceProvider extends ServiceProvider |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Register the service provider. |
||
| 12 | * |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | public function register() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Register the original DataTables service providers. |
||
| 24 | * |
||
| 25 | * @return void |
||
| 26 | */ |
||
| 27 | protected function registerOriginalDataTables() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Replace the original DataTables bindings. |
||
| 37 | * |
||
| 38 | * @return void |
||
| 39 | */ |
||
| 40 | protected function replaceDataTablesBindings() |
||
| 49 | } |
||
| 50 |