Fix compat with PHP 7.4
This commit is contained in:
parent
2a7d329c52
commit
f1abd57356
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class Notify extends BaseRepository
|
||||||
Emailer $emailer,
|
Emailer $emailer,
|
||||||
Factory\Notification $notification,
|
Factory\Notification $notification,
|
||||||
EventDispatcherInterface $eventDispatcher,
|
EventDispatcherInterface $eventDispatcher,
|
||||||
Factory\Notify $factory = null,
|
Factory\Notify $factory = null
|
||||||
) {
|
) {
|
||||||
$this->l10n = $l10n;
|
$this->l10n = $l10n;
|
||||||
$this->baseUrl = $baseUrl;
|
$this->baseUrl = $baseUrl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue