diff --git a/src/flextype/helpers/helpers.php b/src/flextype/helpers/helpers.php index 1717b194..a2497baa 100644 --- a/src/flextype/helpers/helpers.php +++ b/src/flextype/helpers/helpers.php @@ -141,6 +141,16 @@ if (! function_exists('csrf')) { } } +if (! function_exists('slugify')) { + /** + * Get Flextype Slugify Service. + */ + function slugify() + { + return flextype()->container()->get('slugify'); + } +} + if (! function_exists('plugins')) { /** * Get Flextype Plugins Service.