1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 07:06:45 +02:00

feat(helpers): typo updates for imageFile function helper

This commit is contained in:
Awilum
2021-09-03 12:32:45 +03:00
parent 89da247688
commit 9d8fd98810

View File

@@ -6,7 +6,7 @@ use Intervention\Image\ImageManagerStatic as Image;
if (! function_exists('imageFile')) {
/**
* Create a new image instance.
* Create a new image instance for image file.
*
* @param string $file Image file.
* @param array $options Options array.