*/ use HasFactory; use HasPublication; /** * @return array */ protected function casts(): array { return [ 'is_featured' => 'boolean', 'published_at' => 'datetime', 'sort_order' => 'integer', ]; } }