Applied fixes from StyleCI

This commit is contained in:
Taylor Otwell 2016-03-23 18:05:26 -04:00 committed by StyleCI Bot
parent bcc54357bd
commit e316be4cec

View File

@ -53,7 +53,7 @@ class RouteServiceProvider extends ServiceProvider
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');
});