| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php namespace Distilleries\Expendable\Http\Controllers\Backend; |
||
| 9 | class LanguageController extends BaseComponent { |
||
| 10 | |||
| 11 | 42 | public function __construct(LanguageDatatable $datatable, LanguageForm $form, Language $model, LayoutManagerContract $layoutManager) |
|
| 16 | } |
||
| 17 | |||
| 18 | |||
| 19 | 2 | public function getChangeLang($locale = null) |
|
| 24 | } |
||
| 25 | } |