From 3d3a07c39b0958919563e259603b6e85a2d6a723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20Cuculi=C4=87?= Date: Thu, 21 Nov 2024 21:54:00 +0100 Subject: [PATCH] Made PaymentPethod instructions attribute translatable --- models/PaymentMethod.php | 1 + 1 file changed, 1 insertion(+) diff --git a/models/PaymentMethod.php b/models/PaymentMethod.php index 1f54a01e1..9a9d62afc 100644 --- a/models/PaymentMethod.php +++ b/models/PaymentMethod.php @@ -71,6 +71,7 @@ class PaymentMethod extends Model public $translatable = [ 'name', 'description', + 'instructions', ]; /**