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 d4fa611 commit 27192b1Copy full SHA for 27192b1
src/ChainRouter.php
@@ -47,7 +47,7 @@ class ChainRouter implements ChainRouterInterface, WarmableInterface
47
/**
48
* @var RouterInterface[] Array of routers, sorted by priority
49
*/
50
- private $sortedRouters;
+ private $sortedRouters = [];
51
52
53
* @var RouteCollection
0 commit comments