belongsTo(Project::class); } public function customer() { return $this->belongsTo(User::class, 'customer_id'); } public function type() { return paymentTypes($this->type_id); } }