Skip to content

Commit bc808fe

Browse files
committed
formatting
1 parent 99e289e commit bc808fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/AbstractRouteCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public function toSymfonyRouteCollection()
214214
$symfonyRoutes = $this->addToSymfonyRoutesCollection($symfonyRoutes, $route);
215215
}
216216

217-
foreach($fallbackRoutes as $route) {
217+
foreach ($fallbackRoutes as $route) {
218218
$symfonyRoutes = $this->addToSymfonyRoutesCollection($symfonyRoutes, $route);
219219
}
220220

0 commit comments

Comments
 (0)