@@ -1,7 +1,7 @@ |
||
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 { |