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