From 2c9cfaccb4482a57816d740944447c95bf0955a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 27 Jun 2024 11:44:38 +0200 Subject: [PATCH] fix cs --- tests/Http/DownloadControllerTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Http/DownloadControllerTest.php b/tests/Http/DownloadControllerTest.php index 84572d54..efb1faa8 100644 --- a/tests/Http/DownloadControllerTest.php +++ b/tests/Http/DownloadControllerTest.php @@ -3,10 +3,8 @@ namespace Cone\Root\Tests\Http; use Cone\Root\Models\Medium; -use Cone\Root\Root; use Cone\Root\Tests\TestCase; use Cone\Root\Tests\User; -use Illuminate\Http\UploadedFile; use Illuminate\Support\Facades\Storage; use Illuminate\Support\Facades\URL;