fix lint
This commit is contained in:
parent
1aded8007b
commit
2cfca44edc
|
@ -37,7 +37,7 @@ class PageController extends Controller
|
||||||
$value = Subject::find($id)->name;
|
$value = Subject::find($id)->name;
|
||||||
$carry[$id] = $value;
|
$carry[$id] = $value;
|
||||||
return $carry;
|
return $carry;
|
||||||
});
|
});
|
||||||
// $subjects = EntranceExamination::pluck('name', 'id');
|
// $subjects = EntranceExamination::pluck('name', 'id');
|
||||||
// $infBez = $faculties->find(FacultyEnum::InfBez->value);
|
// $infBez = $faculties->find(FacultyEnum::InfBez->value);
|
||||||
// $query = `select faculties.name, directions.name, directions.id
|
// $query = `select faculties.name, directions.name, directions.id
|
||||||
|
|
Loading…
Reference in New Issue