Commit e76fb238 by Carsten Brandt

added missing use statement

parent 3b40d449
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
*/ */
namespace yii\redis; namespace yii\redis;
use yii\base\InvalidParamException; use yii\base\InvalidParamException;
use yii\base\NotSupportedException; use yii\base\NotSupportedException;
use yii\db\ActiveQueryInterface; use yii\db\ActiveQueryInterface;
......
...@@ -11,6 +11,7 @@ use yii\base\InvalidCallException; ...@@ -11,6 +11,7 @@ use yii\base\InvalidCallException;
use yii\db\ActiveQueryInterface; use yii\db\ActiveQueryInterface;
use yii\db\ActiveQueryTrait; use yii\db\ActiveQueryTrait;
use yii\db\ActiveRelationInterface; use yii\db\ActiveRelationInterface;
use yii\db\ActiveRelationTrait;
/** /**
* ActiveQuery represents a Sphinx query associated with an Active Record class. * ActiveQuery represents a Sphinx query associated with an Active Record class.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment