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
@@ -4,7 +4,7 @@ namespace App\Http\Transformers;
use App\Models\PredefinedKit;
use App\Models\SnipeModel;
use Gate;
use Illuminate\Support\Facades\Gate;
use Illuminate\Database\Eloquent\Collection;
/**