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 99e289e commit bc808feCopy full SHA for bc808fe
src/Illuminate/Routing/AbstractRouteCollection.php
@@ -214,7 +214,7 @@ public function toSymfonyRouteCollection()
214
$symfonyRoutes = $this->addToSymfonyRoutesCollection($symfonyRoutes, $route);
215
}
216
217
- foreach($fallbackRoutes as $route) {
+ foreach ($fallbackRoutes as $route) {
218
219
220
0 commit comments