mergeFillable(['hero_video_url']); } public function getHeroVideoUrl(): ?string { return $this->hasAttribute('hero_video_url') ? $this->hero_video_url : null; } public function hasHeroVideoUrl(): bool { return $this->hasAttribute('hero_video_url') && ! empty(trim($this->hero_video_url)); } }