Skip to content

Commit e316be4

Browse files
taylorotwellStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent bcc5435 commit e316be4

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)