@@ -5,7 +5,6 @@ |
||
| 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 | /** |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace NwLaravel\Repositories\Resultset; |
| 4 | 4 | |
| 5 | -use RuntimeException; |
|
| 6 | 5 | use Illuminate\Database\Eloquent\Builder as EloquentBuilder; |
| 7 | 6 | |
| 8 | 7 | /** |
@@ -3,7 +3,6 @@ |
||
| 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 | /** |
@@ -2,7 +2,6 @@ |
||
| 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 |