mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Mild code cleanup.
This commit is contained in:
@@ -109,6 +109,7 @@ class IsUniqueAccount implements ValidationRule, DataAwareRule
|
|||||||
{
|
{
|
||||||
if (!array_key_exists('user_id', $this->data)) {
|
if (!array_key_exists('user_id', $this->data)) {
|
||||||
$this->fail('No user ID provided.');
|
$this->fail('No user ID provided.');
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user