mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
add private property for reflector in security middleware
This commit is contained in:
parent
ede7325772
commit
c590244fa1
1 changed files with 5 additions and 0 deletions
|
|
@ -52,6 +52,11 @@ class SecurityMiddleware extends Middleware {
|
|||
*/
|
||||
private $request;
|
||||
|
||||
/**
|
||||
* @var OC\AppFramework\Utility\ControllerMethodReflector
|
||||
*/
|
||||
private $reflector;
|
||||
|
||||
/**
|
||||
* @param IAppContainer $app
|
||||
* @param IRequest $request
|
||||
|
|
|
|||
Loading…
Reference in a new issue