From 9d8fd988105295e654fd2abad32cf8cacc16f8f5 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 3 Sep 2021 12:32:45 +0300 Subject: [PATCH] feat(helpers): typo updates for `imageFile` function helper --- src/flextype/helpers/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/helpers/image.php b/src/flextype/helpers/image.php index 2189666c..65369dea 100644 --- a/src/flextype/helpers/image.php +++ b/src/flextype/helpers/image.php @@ -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.