diff options
Diffstat (limited to 'framework/core.php')
-rw-r--r-- | framework/core.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/core.php b/framework/core.php index 16ddb62a..095eea97 100644 --- a/framework/core.php +++ b/framework/core.php @@ -191,10 +191,6 @@ interface IApplication * @return IErrorHandler error handler
*/
public function getErrorHandler();
- /**
- * @return IAuthManager the auth (authentication/authorization) manager
- */
- public function getAuthManager();
}
/**
|