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 b5c6b06 commit 51c677eCopy full SHA for 51c677e
src/Event/RouterGenerateEvent.php
@@ -11,8 +11,8 @@
11
12
namespace Symfony\Cmf\Component\Routing\Event;
13
14
-use Symfony\Contracts\EventDispatcher\Event;
15
use Symfony\Component\Routing\Route;
+use Symfony\Contracts\EventDispatcher\Event;
16
17
/**
18
* Event fired before the dynamic router generates a url for a route.
src/Event/RouterMatchEvent.php
use Symfony\Component\HttpFoundation\Request;
class RouterMatchEvent extends Event
{
0 commit comments