Commit 40f0efe2 by Alexander Makarov

Used import instead of FQN

parent 02622b6f
...@@ -11,7 +11,7 @@ use yii\base\Component; ...@@ -11,7 +11,7 @@ use yii\base\Component;
use yii\base\Action; use yii\base\Action;
use yii\web\User; use yii\web\User;
use yii\web\Request; use yii\web\Request;
use yii\web\Controller; use yii\base\Controller;
/** /**
* This class represents an access rule defined by the [[AccessControl]] action filter * This class represents an access rule defined by the [[AccessControl]] action filter
...@@ -123,7 +123,7 @@ class AccessRule extends Component ...@@ -123,7 +123,7 @@ class AccessRule extends Component
} }
/** /**
* @param \yii\base\Controller $controller the controller * @param Controller $controller the controller
* @return boolean whether the rule applies to the controller * @return boolean whether the rule applies to the controller
*/ */
protected function matchController($controller) protected function matchController($controller)
......
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