@@ -54,7 +54,7 @@ |
||
54 | 54 | public static function getSubscribedEvents() |
55 | 55 | { |
56 | 56 | return [ |
57 | - UserCreateEvent::class => 'onUserCreated', |
|
57 | + UserCreateEvent::class => 'onUserCreated', |
|
58 | 58 | ]; |
59 | 59 | } |
60 | 60 |