Skip to content

Commit

Permalink
fix mailer provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jturbide committed Sep 13, 2023
1 parent d3d0f95 commit cca6f28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Provider/Mailer/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ public function register(DiInterface $di): void
if ($eventsManager instanceof ManagerInterface) {
$manager->setEventsManager($eventsManager);
}

return $manager;
});
}
}

0 comments on commit cca6f28

Please sign in to comment.