Completed
Push — master ( ef921c...5a6d03 )
by Renato
10:58
created
src/NwLaravel/Repositories/Eloquent/AbstractRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/NwLaravel/FileStorage/ImagineFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/NwLaravel/FileStorage/ImagineImagick.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace NwLaravel\FileStorage;
4 4
 
5 5
 use Imagick;
6
-use ImagickPixel;
7 6
 
8 7
 class ImagineImagick implements Imagine
9 8
 {
Please login to merge, or discard this patch.