Applied fixes from StyleCI

This commit is contained in:
James Brooks
2015-09-23 13:39:04 -04:00
committed by StyleCI Bot
parent 18f98d19f0
commit 4384438d46
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class FeedRoutes
// Prevent access until the app is setup.
$router->group([
'middleware' => 'app.hasSetting',
'setting' => 'app_name'
'setting' => 'app_name',
], function ($router) {
$router->get('/atom/{component_group?}', [
'as' => 'feed.atom',