Commit 4c6abcd1 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3845 from mayoz/patch-3

[5.3] web group sort by name
parents 9f930044 42930edb
......@@ -52,7 +52,8 @@ class RouteServiceProvider extends ServiceProvider
protected function mapWebRoutes()
{
Route::group([
'namespace' => $this->namespace, 'middleware' => 'web',
'middleware' => 'web',
'namespace' => $this->namespace,
], function ($router) {
require base_path('routes/web.php');
});
......
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