Skip to content

Commit

Permalink
Merge branch 'stable' into release/5010
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgehrmann authored Aug 27, 2020
2 parents 3feb02d + 43ff314 commit 15b709d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Providers/IORouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,8 @@ public function map(Router $router, ApiRouter $api)
if (RouteConfig::passThroughBlogRoutes()) {
// do not catch legacy blog-routes
$fallbackRoute->where('anything', '(?:(?!blog).*|.*(?<!blog))');
} else {
$fallbackRoute->where('anything', '.*');
}
}
}
Expand Down

0 comments on commit 15b709d

Please sign in to comment.