| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php namespace Distilleries\Expendable\Http\Controllers\Backend; |
||
| 11 | 42 | public function __construct(LanguageDatatable $datatable, LanguageForm $form, Language $model, LayoutManagerContract $layoutManager) |
|
| 12 | { |
||
| 13 | 42 | parent::__construct($model, $layoutManager); |
|
| 14 | 42 | $this->datatable = $datatable; |
|
| 15 | 42 | $this->form = $form; |
|
| 16 | } |
||
| 25 | } |