From 17906e712c301e252343bfb74cf6a648d955096b Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Thu, 9 May 2013 19:04:50 +0400 Subject: [PATCH] Application::getAuthManager() comment fix --- framework/base/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {