@@ -35,7 +35,8 @@ |
||
35 | 35 | * @param GeneratorInterface $tokenGenerator |
36 | 36 | * @param CommandBus $bus |
37 | 37 | */ |
38 | - public function __construct(ObjectManager $userManager, GeneratorInterface $tokenGenerator, CommandBus $bus) { |
|
38 | + public function __construct(ObjectManager $userManager, GeneratorInterface $tokenGenerator, CommandBus $bus) |
|
39 | + { |
|
39 | 40 | $this->userManager = $userManager; |
40 | 41 | $this->tokenGenerator = $tokenGenerator; |
41 | 42 | $this->bus = $bus; |