belongsTo(Project::class); } public function partner() { return $this->morphTo(); } public function type() { return paymentTypes($this->type_id); } }