You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,15 +74,26 @@ class AuthorizationMiddleware implements MiddlewareInterface
73
74
*/
74
75
protected$subject;
75
76
77
+
/**
78
+
* The container instance from the application
79
+
*
80
+
* @var \Cake\Core\ContainerInterface|null
81
+
*/
82
+
protected$container;
83
+
76
84
/**
77
85
* Constructor.
78
86
*
79
87
* @param \Authorization\AuthorizationServiceInterface|\Authorization\AuthorizationServiceProviderInterface $subject Authorization service or provider instance.
80
88
* @param array $config Config array.
89
+
* @param \Cake\Core\ContainerInterface|null $container The container instance from the application
0 commit comments