| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 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 | 8 | public function getIndex() |
|
| 29 | } |
||
| 30 | } |