fixup! add class that handles model with slug

This commit is contained in:
Bence Pőcze 2023-05-07 01:13:08 +02:00
parent 8b25f57fe3
commit eae3746dd3
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -2,7 +2,7 @@
use Cocur\Slugify\Slugify;
class ModelWithSlug extends Model
abstract class ModelWithSlug extends Model
{
protected static string $slugSource;