mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Some duplicate imports at the top of the Settings file
This commit is contained in:
parent
3c7f2e89ec
commit
95c30cae8d
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue