Commit a77fa359 authored by Taylor Otwell's avatar Taylor Otwell Committed by StyleCI Bot

Applied fixes from StyleCI

parent 5c30c98d
...@@ -51,7 +51,7 @@ class RouteServiceProvider extends ServiceProvider ...@@ -51,7 +51,7 @@ class RouteServiceProvider extends ServiceProvider
protected function mapWebRoutes(Router $router) protected function mapWebRoutes(Router $router)
{ {
$router->group([ $router->group([
'namespace' => $this->namespace, 'middleware' => 'web' 'namespace' => $this->namespace, 'middleware' => 'web',
], function ($router) { ], function ($router) {
require app_path('Http/routes.php'); 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