@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Illuminate\Database\Query\Expression; |
| 15 | 15 | use Illuminate\Database\Query\Grammars; |
| 16 | 16 | use BadMethodCallException; |
| 17 | -use RuntimeException; |
|
| 18 | 17 | |
| 19 | 18 | /** |
| 20 | 19 | * Class AbstractRepository |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace NwLaravel\FileStorage; |
| 4 | 4 | |
| 5 | 5 | use Intervention\Image\ImageManager; |
| 6 | -use Intervention\Image\Image; |
|
| 7 | 6 | |
| 8 | 7 | class ImagineFactory |
| 9 | 8 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace NwLaravel\FileStorage; |
| 4 | 4 | |
| 5 | 5 | use Imagick; |
| 6 | -use ImagickPixel; |
|
| 7 | 6 | |
| 8 | 7 | class ImagineImagick implements Imagine |
| 9 | 8 | { |