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. *