@@ -35,6 +35,6 @@ |
||
| 35 | 35 | |
| 36 | 36 | public static function getSubscribedEvents() |
| 37 | 37 | { |
| 38 | - return [CommandWasCreated::NAME => 'create']; |
|
| 38 | + return [ CommandWasCreated::NAME => 'create' ]; |
|
| 39 | 39 | } |
| 40 | 40 | } |
| 41 | 41 | \ No newline at end of file |