hasMany(Product::class); } public function paymentTemplates() { return $this->hasMany(PaymentTemplate::class); } }