Commit 9e4b10cc authored by narendraR's avatar narendraR Committed by Tim Plunkett
Browse files

Issue #3289165 by Project Update Bot, narendraR, mrinalini9: Automated Drupal...

Issue #3289165 by Project Update Bot, narendraR, mrinalini9: Automated Drupal 10 compatibility fixes
parent cc4b4aa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.'));
  }