@@ -64,7 +64,7 @@ |
||
| 64 | 64 | /** |
| 65 | 65 | * Get the services provided by the provider. |
| 66 | 66 | * |
| 67 | - * @return array |
|
| 67 | + * @return string[] |
|
| 68 | 68 | */ |
| 69 | 69 | public function provides() |
| 70 | 70 | { |
@@ -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 { |