Исправления
This commit is contained in:
parent
b3a5b7b51f
commit
cbc26916ea
|
@ -947,7 +947,7 @@ class Query extends Component implements QueryInterface
|
||||||
{
|
{
|
||||||
// Инициализация
|
// Инициализация
|
||||||
$this->in ?? $this->in = $this->collection ?? throw new Exception('Не найдена коллекция');
|
$this->in ?? $this->in = $this->collection ?? throw new Exception('Не найдена коллекция');
|
||||||
$this->collection ?? $this->collection = self::checkArrayAndConvert($this->for);
|
$this->collection ?? $this->collection = $this->in;
|
||||||
|
|
||||||
$data = Serializer::encode($columns);
|
$data = Serializer::encode($columns);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue