Skip to content

Commit

Permalink
Attempt to remove of Yiisoft/Array depedency (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdef committed Jan 15, 2023
1 parent cdd6142 commit 16bff2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ActiveQuery.php
Expand Up @@ -6,14 +6,14 @@

use ReflectionException;
use Throwable;
use Yiisoft\Arrays\ArrayHelper;
use Yiisoft\Db\Command\CommandInterface;
use Yiisoft\Db\Connection\ConnectionInterface;
use Yiisoft\Db\Exception\Exception;
use Yiisoft\Db\Exception\InvalidArgumentException;
use Yiisoft\Db\Exception\InvalidConfigException;
use Yiisoft\Db\Exception\NotSupportedException;
use Yiisoft\Db\Expression\ExpressionInterface;
use Yiisoft\Db\Helper\ArrayHelper;
use Yiisoft\Db\Query\Helper\QueryHelper;
use Yiisoft\Db\Query\Query;
use Yiisoft\Db\Query\QueryInterface;
Expand Down
2 changes: 1 addition & 1 deletion tests/ActiveQueryTest.php
Expand Up @@ -19,14 +19,14 @@
use Yiisoft\ActiveRecord\Tests\Stubs\ActiveRecord\OrderItemWithNullFK;
use Yiisoft\ActiveRecord\Tests\Stubs\ActiveRecord\OrderWithNullFK;
use Yiisoft\ActiveRecord\Tests\Stubs\ActiveRecord\Profile;
use Yiisoft\Arrays\ArrayHelper;
use Yiisoft\Db\Command\AbstractCommand;
use Yiisoft\Db\Exception\Exception;
use Yiisoft\Db\Exception\InvalidArgumentException;
use Yiisoft\Db\Exception\InvalidCallException;
use Yiisoft\Db\Exception\InvalidConfigException;
use Yiisoft\Db\Exception\StaleObjectException;
use Yiisoft\Db\Exception\UnknownPropertyException;
use Yiisoft\Db\Helper\ArrayHelper;
use Yiisoft\Db\Query\QueryInterface;

use function sort;
Expand Down

0 comments on commit 16bff2f

Please sign in to comment.