Unverified Commit dde7102a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3215830 by longwave: Symfony 6 KernelEvent bridge is incompatible with...

Issue #3215830 by longwave: Symfony 6 KernelEvent bridge is incompatible with Symfony 5 EventDispatcher

(cherry picked from commit 89fcf77b)
parent 8f0f57f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

namespace Drupal\Core\Http;

use Symfony\Component\EventDispatcher\Event;
use Drupal\Component\EventDispatcher\Event;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpKernel\HttpKernelInterface;