Passed
Pull Request — master (#21)
by Philippe
09:39 queued 06:27
created
src/Models/Asset.php 1 patch
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,14 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Thinktomorrow\AssetLibrary\Models;
4 4
 
5
-use Spatie\MediaLibrary\Media;
6
-use Thinktomorrow\Locale\Locale;
7
-use Illuminate\Support\Collection;
8 5
 use Illuminate\Database\Eloquent\Model;
6
+use Illuminate\Support\Collection;
9 7
 use Spatie\MediaLibrary\HasMedia\HasMediaTrait;
10
-use Thinktomorrow\AssetLibrary\Exceptions\ConfigException;
11
-use Thinktomorrow\AssetLibrary\Exceptions\AssetUploadException;
12 8
 use Spatie\MediaLibrary\HasMedia\Interfaces\HasMediaConversions;
9
+use Spatie\MediaLibrary\Media;
10
+use Thinktomorrow\AssetLibrary\Exceptions\AssetUploadException;
11
+use Thinktomorrow\AssetLibrary\Exceptions\ConfigException;
13 12
 use Thinktomorrow\AssetLibrary\Exceptions\CorruptMediaException;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.