Loading src/Commands/UpdateFixtureCommands.php +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ class UpdateFixtureCommands extends DrushCommands { // Dispatch the event so that event listeners of other source can update their fixture. $event = new UpdateFixtureEvent($this->enabledSource); $this->eventDispatcher->dispatch(ProjectBrowserEvents::UPDATE_FIXTURE, $event); $this->eventDispatcher->dispatch($event, ProjectBrowserEvents::UPDATE_FIXTURE); $this->logger()->notice($this->t('Completed.')); } Loading Loading
src/Commands/UpdateFixtureCommands.php +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ class UpdateFixtureCommands extends DrushCommands { // Dispatch the event so that event listeners of other source can update their fixture. $event = new UpdateFixtureEvent($this->enabledSource); $this->eventDispatcher->dispatch(ProjectBrowserEvents::UPDATE_FIXTURE, $event); $this->eventDispatcher->dispatch($event, ProjectBrowserEvents::UPDATE_FIXTURE); $this->logger()->notice($this->t('Completed.')); } Loading