mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Fixes #7175
This commit is contained in:
@@ -43,7 +43,7 @@ trait CurrencyValidation
|
||||
*/
|
||||
protected function validateForeignCurrencyInformation(Validator $validator): void
|
||||
{
|
||||
if($validator->errors()->count() > 0) {
|
||||
if ($validator->errors()->count() > 0) {
|
||||
return;
|
||||
}
|
||||
Log::debug('Now in validateForeignCurrencyInformation()');
|
||||
|
||||
Reference in New Issue
Block a user