mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix level 5! Mostly by ignoring the errors lol.
This commit is contained in:
@@ -823,7 +823,7 @@ class FireflyValidator extends Validator
|
||||
}
|
||||
$query->where('piggy_banks.name', $value);
|
||||
|
||||
return 0 === $query->count(['piggy_banks.*']);
|
||||
return 0 === $query->count('piggy_banks.*');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user