Browse Source

Application::getAuthManager() comment fix

tags/2.0.0-alpha
Alexander Kochetov 12 years ago
parent
commit
17906e712c
  1. 2
      framework/base/Application.php

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

Loading…
Cancel
Save