| Total Complexity | 5 | 
| Total Lines | 37 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php namespace Distilleries\Expendable\Http\Controllers\Backend; | ||
| 10 | class ServiceController extends BaseComponent { | ||
| 11 | |||
| 12 | 16 | public function __construct(ServiceDatatable $datatable, ServiceForm $form, Service $model, LayoutManagerContract $layoutManager) | |
| 13 |     { | ||
| 14 | 16 | parent::__construct($model, $layoutManager); | |
| 15 | 16 | $this->datatable = $datatable; | |
| 16 | 16 | $this->form = $form; | |
| 17 | } | ||
| 18 | |||
| 19 | |||
| 20 | // ------------------------------------------------------------------------------------------------ | ||
| 21 | |||
| 22 | 2 | public function getSynchronize(Registrar $router) | |
| 47 | } | ||
| 48 | } |