changes 0328092025
This commit is contained in:
@@ -34,6 +34,7 @@ public function rules(): array
|
||||
'description' => ['nullable', 'string', 'max:255'],
|
||||
'initial_amount' => ['nullable', 'numeric'],
|
||||
'balance_amount' => ['nullable', 'numeric'],
|
||||
'account_type_id' => ['sometimes', 'nullable', 'integer', 'exists:account_types,id'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user