mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fixed Rabo importer.
This commit is contained in:
@@ -65,6 +65,9 @@ class FireflyValidator extends Validator
|
||||
if (!is_string($value)) {
|
||||
return false;
|
||||
}
|
||||
if (is_null($value)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (strlen($value) === 0) {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user