remove some deprecations

This commit is contained in:
2023-12-13 16:06:44 +01:00
parent 47c3be6217
commit 912f7d3211
7 changed files with 11 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ class PersistNotificationOnTerminateEventSubscriber implements EventSubscriberIn
public function onKernelTerminate(TerminateEvent $event): void
{
if ($event->isMasterRequest()) {
if ($event->isMainRequest()) {
$this->persistNotifications();
}
}