Merge pull request #3702 from laravel/analysis-XZl3KP

Applied fixes from StyleCI
This commit is contained in:
Taylor Otwell 2016-03-23 17:05:30 -05:00
commit 34d2509e84
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public function map(Router $router)
protected function mapWebRoutes(Router $router)
{
$router->group([
'namespace' => $this->namespace, 'middleware' => 'web'
'namespace' => $this->namespace, 'middleware' => 'web',
], function ($router) {
require app_path('Http/routes.php');
});