Fix compat with PHP 7.4

This commit is contained in:
Art4 2025-04-11 08:32:05 +00:00
parent 2a7d329c52
commit f1abd57356

View file

@ -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;