3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-30 04:14:17 +00:00

Updates the Gate “use” statement to be more specific

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2023-03-18 11:58:09 -07:00
parent c7f4a93c17
commit f9e190eb32
22 changed files with 22 additions and 22 deletions

View File

@ -8,7 +8,7 @@ use App\Models\Setting;
use App\Models\User;
use App\Notifications\CurrentInventory;
use Illuminate\Support\Facades\Auth;
use Gate;
use Illuminate\Support\Facades\Gate;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Hash;
use Illuminate\Support\Facades\Storage;