Skip to content

Commit cc90ffc

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents ff29f29 + 18385f1 commit cc90ffc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/Content/DefaultSlugGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class DefaultSlugGenerator implements SlugGeneratorInterface
88
{
9-
public function generate($text)
9+
public function generate($text)
1010
{
1111
// return Str::slug($text);
1212

src/Content/SlugGeneratorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

src/Filament/Resources/ContentResource.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Illuminate\Database\Eloquent\Model;
1818
use Illuminate\Database\Eloquent\SoftDeletingScope;
1919
use Illuminate\Support\HtmlString;
20-
use Illuminate\Support\Str;
2120
use Pboivin\FilamentPeek\Livewire\BuilderEditor;
2221
use SolutionForest\InspireCms\Base\Enums\SitemapChangeFrequency;
2322
use SolutionForest\InspireCms\Base\Filament\Contracts\ContentForm;

0 commit comments

Comments
 (0)