@@ -492,7 +492,7 @@ |
||
492 | 492 | * @param null $config |
493 | 493 | * @param array $attrs HTML attributes supplied to the image tag where key is the attribute |
494 | 494 | * and the value is the attribute value |
495 | - * @return string |
|
495 | + * @return HtmlString |
|
496 | 496 | */ |
497 | 497 | public function img($config = null, $attrs = []) |
498 | 498 | { |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use Illuminate\Config\Repository; |
19 | 19 | use Illuminate\Hashing\BcryptHasher as Hasher; |
20 | 20 | use Illuminate\Filesystem\Filesystem; |
21 | -use Illuminate\Support\Facades\Crypt; |
|
22 | 21 | use Illuminate\Support\Str; |
23 | 22 | use Intervention\Image\Image; |
24 | 23 | use Intervention\Image\ImageManager; |