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.
2 parents d4fa611 + 27192b1 commit a1532a9Copy full SHA for a1532a9
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