FIX: Multiples condiciones en Select
This commit is contained in:
@ -126,7 +126,7 @@ class Select extends Ideal\Query implements Define\Query\Select
|
|||||||
}
|
}
|
||||||
protected function addCondition(string $condition): Select
|
protected function addCondition(string $condition): Select
|
||||||
{
|
{
|
||||||
if (!isset($this->coditions)) {
|
if (!isset($this->conditions)) {
|
||||||
$this->conditions = [];
|
$this->conditions = [];
|
||||||
}
|
}
|
||||||
$this->conditions []= $condition;
|
$this->conditions []= $condition;
|
||||||
|
Reference in New Issue
Block a user