Fix CS
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
|
||||
Route::group(['prefix' => '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', [
|
||||
|
||||
Reference in New Issue
Block a user