@@ -31,7 +31,7 @@ |
||
31 | 31 | * Generate thumbnail URL. |
32 | 32 | * |
33 | 33 | * @param $image |
34 | - * @param $type |
|
34 | + * @param string $type |
|
35 | 35 | * |
36 | 36 | * @return string |
37 | 37 | */ |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Encore\Admin\Form\Field; |
4 | 4 | |
5 | -use Intervention\Image\Constraint; |
|
6 | 5 | use Intervention\Image\Facades\Image as InterventionImage; |
7 | 6 | use Intervention\Image\ImageManagerStatic; |
8 | 7 | use Symfony\Component\HttpFoundation\File\UploadedFile; |