userBoxManager = $userBoxManager; } public function processCreation(UserCreatedEvent $event) { $this->userBoxManager->getByUser($event->getUser()); $event->updateUser(); } }