Applied fixes from StyleCI

This commit is contained in:
James Brooks
2015-08-02 08:07:34 -04:00
committed by StyleCI Bot
parent 0094246ee8
commit ec12ab07af

View File

@@ -22,7 +22,7 @@ class SubscribeRoutes
*/
public function map(Registrar $router)
{
$router->group(['middleware' => 'app.hasSetting', 'setting' => 'app_name'], function ($router) {
$router->group(['middleware' => 'app.hasSetting', 'setting' => 'app_name'], function ($router) {
$router->group(['middleware' => 'app.subscribers'], function ($router) {
$router->get('subscribe', [
'as' => 'subscribe-page',