statikbe / laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.
MIT License
115 stars 18 forks source link

Fix: HasSlugAttributeTrait referenced `$this` when in a static context #22

Closed HelgeSverre closed 11 months ago

HelgeSverre commented 12 months ago

Changed it to $record instead as is done in the HasTranslatableSlugAttributeTrait.