From f1abd5735682c4d0df9c25b8c84a5cc142b8680a Mon Sep 17 00:00:00 2001 From: Art4 Date: Fri, 11 Apr 2025 08:32:05 +0000 Subject: [PATCH] Fix compat with PHP 7.4 --- src/Navigation/Notifications/Repository/Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;