Example #1
0
 public function up(EventEmitterInterface $globalEmitter)
 {
     $this->communityService->getEventEmitter()->on(CommunityService::EVENT_COMMUNITY_CREATED, function (Community $community) {
         $this->profileCommunitiesService->joinToCommunity($community->getOwner()->getCurrentProfile()->getId(), $community->getSID());
     });
 }