belongsTo(Gateway::class); } public function payment_methods() { return $this->hasMany(PaymentType::class); } }