mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-22 05:02:50 +00:00
remove some deprecations
This commit is contained in:
@@ -31,7 +31,7 @@ class PersistNotificationOnTerminateEventSubscriber implements EventSubscriberIn
|
||||
|
||||
public function onKernelTerminate(TerminateEvent $event): void
|
||||
{
|
||||
if ($event->isMasterRequest()) {
|
||||
if ($event->isMainRequest()) {
|
||||
$this->persistNotifications();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user