mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Code cleanup
This commit is contained in:
@@ -64,7 +64,7 @@ class ValidTransactions implements Rule
|
||||
public function passes($attribute, $value)
|
||||
{
|
||||
Log::debug('In ValidTransactions::passes');
|
||||
if (!is_array($value)) {
|
||||
if (!\is_array($value)) {
|
||||
return true;
|
||||
}
|
||||
$userId = auth()->user()->id;
|
||||
|
Reference in New Issue
Block a user