We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ab997 commit cefe0f3Copy full SHA for cefe0f3
src/DataProvider.php
@@ -46,6 +46,7 @@ public function onKernelRequest(RequestEvent $event): void
46
$this->httpRequest = $event->getRequest();
47
$this->timestampStart = microtime(true);
48
}
49
+ return;
50
51
52
if (method_exists($event, 'isMasterRequest')) { //Symfony < 5.3
0 commit comments