diff --git a/src/Navigation/Notifications/Repository/Notify.php b/src/Navigation/Notifications/Repository/Notify.php index 7f55fd1a48..0e572e9c61 100644 --- a/src/Navigation/Notifications/Repository/Notify.php +++ b/src/Navigation/Notifications/Repository/Notify.php @@ -71,7 +71,7 @@ class Notify extends BaseRepository Emailer $emailer, Factory\Notification $notification, EventDispatcherInterface $eventDispatcher, - Factory\Notify $factory = null, + Factory\Notify $factory = null ) { $this->l10n = $l10n; $this->baseUrl = $baseUrl;