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