@@ -19,7 +19,7 @@ |
||
| 19 | 19 | |
| 20 | 20 | public static function getSubscribedEvents(): array |
| 21 | 21 | { |
| 22 | - return [ Events::JWT_CREATED => 'updateTokenRoles' ]; |
|
| 22 | + return [Events::JWT_CREATED => 'updateTokenRoles']; |
|
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | public function updateTokenRoles(JWTCreatedEvent $event): void |