Skip to content

Commit a77fa35

Browse files
taylorotwellStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 5c30c98 commit a77fa35

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
@@ -51,7 +51,7 @@ public function map(Router $router)
5151
protected function mapWebRoutes(Router $router)
5252
{
5353
$router->group([
54-
'namespace' => $this->namespace, 'middleware' => 'web'
54+
'namespace' => $this->namespace, 'middleware' => 'web',
5555
], function ($router) {
5656
require app_path('Http/routes.php');
5757
});

0 commit comments

Comments
 (0)