We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c30c98 commit a77fa35Copy full SHA for a77fa35
app/Providers/RouteServiceProvider.php
@@ -51,7 +51,7 @@ public function map(Router $router)
51
protected function mapWebRoutes(Router $router)
52
{
53
$router->group([
54
- 'namespace' => $this->namespace, 'middleware' => 'web'
+ 'namespace' => $this->namespace, 'middleware' => 'web',
55
], function ($router) {
56
require app_path('Http/routes.php');
57
});
0 commit comments