Completed
Pull Request — 2.0 (#34)
by
unknown
14:23 queued 05:25
created
src/Repositories/EloquentPhotoRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php namespace JeroenG\LaravelPhotoGallery\Repositories;
2 2
 
3
-use Illuminate\Http\Request;
4 3
 use Illuminate\Contracts\Filesystem\Factory as Filesystem;
4
+use Illuminate\Http\Request;
5 5
 use JeroenG\LaravelPhotoGallery\Models\Photo;
6 6
 
7 7
 class EloquentPhotoRepository implements PhotoRepository {
Please login to merge, or discard this patch.