Redis
This commit is contained in:
@ -76,7 +76,7 @@ class Proyecto extends Ideal\Repository
|
||||
->select($this->columns())
|
||||
->from("{$this->getTable()} a")
|
||||
->joined($this->joinTerreno())
|
||||
->where("name = ?");
|
||||
->where("descripcion = ?");
|
||||
return $this->fetchOne($query, [$name]);
|
||||
}
|
||||
public function fetchAllActive(): array
|
||||
|
Reference in New Issue
Block a user