1
0
mirror of https://github.com/robonen/education-project.git synced 2026-03-20 02:44:31 +00:00

исправление ошибок

This commit is contained in:
nikden13
2020-12-08 16:45:27 +07:00
parent 45bec16c7f
commit 5b0ba96adf
7 changed files with 88 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ class TimetableFilter extends QueryFilter
protected function subject($value)
{
$this->builder = $this->builder->where('type_event', $value);
$this->builder = $this->builder->where('subject_id', $value);
}
protected function classroom($value)