is_null($this->ing_url) ? null :Storage::url($this->ing_url), ); } public function projects() { return $this->morphedByMany(Project::class, 'badgeable'); } }