'array', ]; protected $appends = [ 'logo_url' ]; public function getLogoUrlAttribute() { if (!$this->competition_id) { return ''; } return JingcaiLogoService::zqCompetition($this->competition_id); } }