diff --git a/src/flextype/helpers/helpers.php b/src/flextype/helpers/helpers.php index 94e5eb51..e55b6b38 100644 --- a/src/flextype/helpers/helpers.php +++ b/src/flextype/helpers/helpers.php @@ -265,6 +265,16 @@ if (! function_exists('filter')) { } } +if (! function_exists('images')) { + /** + * Get Flextype Images Service. + */ + function images() + { + return flextype()->container()->get('images'); + } +} + if (! function_exists('image')) { /** * Create a new image instance.