Applied fixes from StyleCI
This commit is contained in:
parent
bcc54357bd
commit
e316be4cec
|
@ -53,7 +53,7 @@ public function map(Router $router)
|
||||||
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');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue