CS fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
|
||||
namespace CachetHQ\Cachet\Http\Controllers;
|
||||
|
||||
use CachetHQ\Cachet\Facades\Setting;
|
||||
use CachetHQ\Cachet\Models\Incident;
|
||||
use CachetHQ\Cachet\Models\IncidentTemplate;
|
||||
use CachetHQ\Cachet\Facades\Setting;
|
||||
use Carbon\Carbon;
|
||||
use GrahamCampbell\Binput\Facades\Binput;
|
||||
use Illuminate\Routing\Controller;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
|
||||
Reference in New Issue
Block a user