@@ -74,7 +74,7 @@ |
||
74 | 74 | */ |
75 | 75 | public function getById(Model $model, mixed $id): Model |
76 | 76 | { |
77 | - $query = (new QueryBuilder($this->db)) |
|
77 | + $query = (new QueryBuilder($this->db)) |
|
78 | 78 | ->select('*') |
79 | 79 | ->from($model->getName(), 't') |
80 | 80 | ->where("t.id = '".$id."'"); |