diff --git a/framework/base/Application.php b/framework/base/Application.php index 6bd31f1..2e068ef 100644 --- a/framework/base/Application.php +++ b/framework/base/Application.php @@ -306,7 +306,7 @@ class Application extends Module /** * Returns the auth manager for this application. - * @return \yii\web\AuthManager the auth manager for this application. + * @return \yii\rbac\Manager the auth manager for this application. */ public function getAuthManager() {