mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 12:34:39 +02:00
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,
|
||||
Factory\Notification $notification,
|
||||
EventDispatcherInterface $eventDispatcher,
|
||||
Factory\Notify $factory = null,
|
||||
Factory\Notify $factory = null
|
||||
) {
|
||||
$this->l10n = $l10n;
|
||||
$this->baseUrl = $baseUrl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue