Commit 34d2509e authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3702 from laravel/analysis-XZl3KP

Applied fixes from StyleCI
parents bcc54357 e316be4c
......@@ -53,7 +53,7 @@ class RouteServiceProvider extends ServiceProvider
protected function mapWebRoutes(Router $router)
{
$router->group([
'namespace' => $this->namespace, 'middleware' => 'web'
'namespace' => $this->namespace, 'middleware' => 'web',
], function ($router) {
require app_path('Http/routes.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