Merge pull request #2234 from nextcloud/add-subadmin-middleware-back
Add SubAdminMiddleware back
This commit is contained in:
commit
b5fab4ed9c
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ class Application extends App {
|
|||
|
||||
// Register Middleware
|
||||
$container->registerAlias('SubadminMiddleware', SubadminMiddleware::class);
|
||||
$container->registerMiddleWare('SubadminMiddleware');
|
||||
|
||||
/**
|
||||
* Controllers
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue