@@ -54,8 +54,7 @@ |
||
| 54 | 54 | if (!$this->authorizationChecker->isGranted('ROLE_ADMIN')) { |
| 55 | 55 | return; |
| 56 | 56 | } |
| 57 | - } |
|
| 58 | - catch (AuthenticationCredentialsNotFoundException $e) { |
|
| 57 | + } catch (AuthenticationCredentialsNotFoundException $e) { |
|
| 59 | 58 | return; |
| 60 | 59 | } |
| 61 | 60 | |