| 1 | <?php namespace Distilleries\Expendable\Http\Controllers\Backend\Base; |
||
| 15 | class BaseComponent extends ModelBaseController implements FormStateContract, DatatableStateContract, ExportStateContract, ImportStateContract { |
||
| 16 | |||
| 17 | use FormStateTrait; |
||
| 18 | use ExportStateTrait; |
||
| 19 | use DatatableStateTrait; |
||
| 20 | use ImportStateTrait; |
||
| 21 | |||
| 22 | // ------------------------------------------------------------------------------------------------ |
||
| 23 | // ------------------------------------------------------------------------------------------------ |
||
| 24 | // ------------------------------------------------------------------------------------------------ |
||
| 25 | |||
| 26 | public function getIndex() |
||
| 30 | } |