Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add-console-comand' into add-con…
Browse files Browse the repository at this point in the history
…sole-comand
  • Loading branch information
arogachev committed Apr 15, 2023
2 parents 809dee2 + 039b697 commit ca5651e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ItemTreeTraversal/CteItemTreeTraversal.php
Expand Up @@ -5,7 +5,6 @@
namespace Yiisoft\Rbac\Db\ItemTreeTraversal;

use Yiisoft\Db\Connection\ConnectionInterface;
use Yiisoft\Db\Schema\ColumnSchemaInterface;
use Yiisoft\Rbac\Db\ItemsStorage;

/**
Expand Down
2 changes: 0 additions & 2 deletions src/ItemTreeTraversal/MysqlCteItemTreeTraversal.php
Expand Up @@ -4,8 +4,6 @@

namespace Yiisoft\Rbac\Db\ItemTreeTraversal;

use Yiisoft\Db\Schema\ColumnSchemaInterface;

/**
* A RBAC item tree traversal strategy based on CTE (common table expression) for MySQL 8 and above (lower versions
* don't support this functionality).
Expand Down

0 comments on commit ca5651e

Please sign in to comment.