diff --git a/app/Models/Account.php b/app/Models/Account.php index eb76d2ae4b..1bdfd2ad71 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -1,12 +1,10 @@ 'required|exists:users,id', 'account_type_id' => 'required|exists:account_types,id', 'name' => 'required', diff --git a/app/Models/AccountMeta.php b/app/Models/AccountMeta.php index 846ff8954b..cf44fb4c8a 100644 --- a/app/Models/AccountMeta.php +++ b/app/Models/AccountMeta.php @@ -1,18 +1,17 @@