From 8886a4a33d5f2ce7fa8c577c6c3f34d04de933df Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 24 Jan 2023 08:07:19 +1100 Subject: [PATCH] remove nickname from fillable of Bank Integration --- app/Models/BankIntegration.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/BankIntegration.php b/app/Models/BankIntegration.php index ddbb5e5b57c6..042d134ce19b 100644 --- a/app/Models/BankIntegration.php +++ b/app/Models/BankIntegration.php @@ -27,7 +27,6 @@ class BankIntegration extends BaseModel 'bank_account_type', 'balance', 'currency', - 'nickname', 'from_date', 'auto_sync', ];