Skip to content

Commit 34d2509

Browse files
committed
Merge pull request laravel#3702 from laravel/analysis-XZl3KP
Applied fixes from StyleCI
2 parents bcc5435 + e316be4 commit 34d2509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function map(Router $router)
5353
protected function mapWebRoutes(Router $router)
5454
{
5555
$router->group([
56-
'namespace' => $this->namespace, 'middleware' => 'web'
56+
'namespace' => $this->namespace, 'middleware' => 'web',
5757
], function ($router) {
5858
require app_path('Http/routes.php');
5959
});

0 commit comments

Comments
 (0)