File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66
77class DefaultSlugGenerator implements SlugGeneratorInterface
88{
9- public function generate ($ text )
9+ public function generate ($ text )
1010 {
1111 // return Str::slug($text);
1212
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ interface SlugGeneratorInterface
77 /**
88 * Generates a slug from the provided text.
99 *
10- * @param string $text The text to convert into a slug
10+ * @param string $text The text to convert into a slug
1111 * @return string The generated slug
1212 */
1313 public function generate ($ text );
Original file line number Diff line number Diff line change 1717use Illuminate \Database \Eloquent \Model ;
1818use Illuminate \Database \Eloquent \SoftDeletingScope ;
1919use Illuminate \Support \HtmlString ;
20- use Illuminate \Support \Str ;
2120use Pboivin \FilamentPeek \Livewire \BuilderEditor ;
2221use SolutionForest \InspireCms \Base \Enums \SitemapChangeFrequency ;
2322use SolutionForest \InspireCms \Base \Filament \Contracts \ContentForm ;
You can’t perform that action at this time.
0 commit comments