From ca202c1819f09ebe2569342e3e6582a3e96b7c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Corte=CC=81s=20=28DrZippie=29?= Date: Thu, 25 Jun 2020 18:08:13 +0200 Subject: [PATCH] Added Illuminate\Support\Str::slug to generate slug from text to improve the creation of slugs with non-English characters --- app/Entities/SlugGenerator.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Entities/SlugGenerator.php b/app/Entities/SlugGenerator.php index 459a5264a..e8bc556ab 100644 --- a/app/Entities/SlugGenerator.php +++ b/app/Entities/SlugGenerator.php @@ -1,5 +1,7 @@