Commit ddf92f95 by Mark Kevin Que

Defining global patterns before parent boot function call

Kindly check if my assumption is correct? In relation to this issue, http://stackoverflow.com/questions/28251154/laravel-5-0-dev-defining-global-patterns-is-not-working/29567578#29567578 and https://laracasts.com/discuss/channels/general-discussion/route-global-pattern-in-routeserviceprovider-not-working-in-laravel-5?page=1

or this could be a different issue/bug

thanks!
parent 8eb96909
...@@ -22,9 +22,9 @@ class RouteServiceProvider extends ServiceProvider { ...@@ -22,9 +22,9 @@ class RouteServiceProvider extends ServiceProvider {
*/ */
public function boot(Router $router) public function boot(Router $router)
{ {
parent::boot($router);
// //
parent::boot($router);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment