mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 14:29:30 +08:00
Application::getAuthManager() comment fix
This commit is contained in:
@@ -306,7 +306,7 @@ class Application extends Module
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the auth manager for this application.
|
* 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()
|
public function getAuthManager()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user