diff --git a/classes/notification/NotificationManager.php b/classes/notification/NotificationManager.php index d8e96b05976..af2cae76bfc 100644 --- a/classes/notification/NotificationManager.php +++ b/classes/notification/NotificationManager.php @@ -163,9 +163,8 @@ public function getNotificationSettingsMap(): array 'settingName' => 'notificationOpenAccess', 'emailSettingName' => 'emailNotificationOpenAccess', 'settingKey' => 'notification.type.openAccess', - ], - ...parent::getNotificationSettingsMap(), - ]; + ] + ] + parent::getNotificationSettingsMap(); } }