belongsTo('App\Models\\'.ucfirst($this->entity), 'entity_id', 'id'); } public function ticket() { return $this->belongsTo('App\Models\Ticket'); } }