fixup! add class that handles model with slug
This commit is contained in:
parent
8b25f57fe3
commit
eae3746dd3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
use Cocur\Slugify\Slugify;
|
use Cocur\Slugify\Slugify;
|
||||||
|
|
||||||
class ModelWithSlug extends Model
|
abstract class ModelWithSlug extends Model
|
||||||
{
|
{
|
||||||
protected static string $slugSource;
|
protected static string $slugSource;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user