Merge pull request #3338 from makque/patch-1
Defining global patterns before parent boot function call
This commit is contained in:
commit
a9a59c1a86
|
@ -22,9 +22,9 @@ class RouteServiceProvider extends ServiceProvider {
|
||||||
*/
|
*/
|
||||||
public function boot(Router $router)
|
public function boot(Router $router)
|
||||||
{
|
{
|
||||||
parent::boot($router);
|
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
||||||
|
parent::boot($router);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue