Applied fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
5c30c98db9
commit
a77fa359d9
@@ -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');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user