Исправления
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user