Some duplicate imports at the top of the Settings file

This commit is contained in:
Brady Wetherington 2022-01-03 13:53:53 -08:00
parent 3c7f2e89ec
commit 95c30cae8d

View file

@ -5,11 +5,9 @@ namespace App\Http\Controllers\Api;
use Illuminate\Http\Request; use Illuminate\Http\Request;
use App\Http\Controllers\Controller; use App\Http\Controllers\Controller;
use App\Models\Ldap; use App\Models\Ldap;
use Validator;
use App\Models\Setting; use App\Models\Setting;
use Mail; use Mail;
use App\Notifications\SlackTest; use App\Notifications\SlackTest;
use Notification;
use App\Notifications\MailTest; use App\Notifications\MailTest;
use GuzzleHttp\Client; use GuzzleHttp\Client;
use Illuminate\Http\JsonResponse; use Illuminate\Http\JsonResponse;