@@ -61,6 +61,9 @@ |
||
61 | 61 | return $response; |
62 | 62 | } |
63 | 63 | |
64 | + /** |
|
65 | + * @param string $routeName |
|
66 | + */ |
|
64 | 67 | private function redirectTo(MvcEvent $event, $routeName, $reasonPhrase = 'Unauthorized') |
65 | 68 | { |
66 | 69 | // Redirect to the user login page, as an example |