Fixed duplicate use statement from merge fuckery

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-10-20 17:54:32 -07:00
parent 9ee13f0d2a
commit 6e0f8068b2

View file

@ -10,7 +10,6 @@ use App\Models\License;
use Illuminate\Support\Facades\Response;
use Illuminate\Support\Facades\Storage;
use Symfony\Component\HttpFoundation\JsonResponse;
use App\Helpers\StorageHelper;
use enshrined\svgSanitize\Sanitizer;
class LicenseFilesController extends Controller