From b359a5cf56c0764abb9873ebf2c5fe46ad4e6e13 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Mon, 2 Sep 2024 22:05:31 +0500 Subject: [PATCH] wip --- app/Modules/Swiftpayment/Models/Swiftpayment.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Modules/Swiftpayment/Models/Swiftpayment.php b/app/Modules/Swiftpayment/Models/Swiftpayment.php index a3301c2..6ae8fcf 100644 --- a/app/Modules/Swiftpayment/Models/Swiftpayment.php +++ b/app/Modules/Swiftpayment/Models/Swiftpayment.php @@ -20,6 +20,11 @@ class Swiftpayment extends Model implements HasMedia */ protected $table = 'swift_payments'; + /** + * Guarded attributes + */ + protected $guarded = []; + /** * The attributes that should be cast. *