belongsTo(Customer::class); } public function payments() { return $this->hasMany(OrderPayment::class); } }