CS fixes
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
Route::group([
|
||||
'prefix' => 'auth',
|
||||
'namespace' => 'CachetHQ\Cachet\Http\Controllers'
|
||||
'namespace' => 'CachetHQ\Cachet\Http\Controllers',
|
||||
], function () {
|
||||
Route::group(['before' => 'has_setting:app_name'], function () {
|
||||
// Login routes
|
||||
|
||||
Reference in New Issue
Block a user