class Article extends Model { use HasFactory, CanBeScoped, Searchable, NestableComments; protected $casts = [ 'id' => 'string' ]; protected $primaryKey = 'id'; protected $keyType = 'string'; }