From 06a493ff216a2f941fbc363c77e57bf07ca1cfd9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 10 Mar 2015 18:47:24 +0000 Subject: [PATCH] Fix CS --- app/routes/auth.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/routes/auth.php b/app/routes/auth.php index 2263566c..1a7d14a7 100644 --- a/app/routes/auth.php +++ b/app/routes/auth.php @@ -1,6 +1,9 @@ 'auth', 'namespace' => 'CachetHQ\Cachet\Http\Controllers'], function () { +Route::group([ + 'prefix' => 'auth', + 'namespace' => 'CachetHQ\Cachet\Http\Controllers' +], function () { Route::group(['before' => 'has_setting:app_name'], function () { // Login routes Route::get('login', [