From 95c30cae8d86407715b9f75a62e3a28ffbb7db68 Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Mon, 3 Jan 2022 13:53:53 -0800 Subject: [PATCH] Some duplicate imports at the top of the Settings file --- app/Http/Controllers/Api/SettingsController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Controllers/Api/SettingsController.php b/app/Http/Controllers/Api/SettingsController.php index d2b20aa4d6..2c4f37bcb0 100644 --- a/app/Http/Controllers/Api/SettingsController.php +++ b/app/Http/Controllers/Api/SettingsController.php @@ -5,11 +5,9 @@ namespace App\Http\Controllers\Api; use Illuminate\Http\Request; use App\Http\Controllers\Controller; use App\Models\Ldap; -use Validator; use App\Models\Setting; use Mail; use App\Notifications\SlackTest; -use Notification; use App\Notifications\MailTest; use GuzzleHttp\Client; use Illuminate\Http\JsonResponse;