Skip to content

Commit

Permalink
Merge pull request laravel#3702 from laravel/analysis-XZl3KP
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
taylorotwell committed Mar 23, 2016
2 parents bcc5435 + e316be4 commit 34d2509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit 34d2509

Please sign in to comment.