Application::getAuthManager() comment fix

This commit is contained in:
Alexander Kochetov
2013-05-09 19:04:50 +04:00
parent cd33870671
commit 17906e712c

View File

@@ -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()
{