Completed
Push — master ( 3f171e...dc1984 )
by Renato
09:39
created
src/NwLaravel/FileStorage/StorageManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use \Exception;
6 6
 use Symfony\Component\HttpFoundation\File\UploadedFile;
7 7
 use Illuminate\Contracts\Filesystem\Factory as Storage;
8
-use Intervention\Image\ImageManager;
9 8
 use Intervention\Image\Image;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
src/NwLaravel/Repositories/Resultset/ModelResultset.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\Repositories\Resultset;
4 4
 
5 5
 use PDOStatement;
6
-use RuntimeException;
7 6
 use \Illuminate\Database\Eloquent\Model as EloquentModel;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/NwLaravel/Testing/WebAssertTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace NwLaravel\Testing;
4 4
 
5
-use Illuminate\Contracts\View;
6 5
 use PHPUnit_Framework_TestCase as PHPUnit;
7 6
 
8 7
 trait WebAssertTrait
Please login to merge, or discard this patch.
src/NwLaravel/Repositories/Resultset/BuilderResultset.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\Repositories\Resultset;
4 4
 
5 5
 use PDOStatement;
6
-use RuntimeException;
7 6
 use \Illuminate\Database\Eloquent\Model as EloquentModel;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.