This commit is contained in:
2024-09-02 22:05:31 +05:00
parent 808201bc1d
commit b359a5cf56

View File

@@ -20,6 +20,11 @@ class Swiftpayment extends Model implements HasMedia
*/
protected $table = 'swift_payments';
/**
* Guarded attributes
*/
protected $guarded = [];
/**
* The attributes that should be cast.
*