mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Remove static references
This commit is contained in:
@@ -66,7 +66,7 @@ class BelongsUserGroup implements ValidationRule
|
||||
return;
|
||||
}
|
||||
$attribute = (string)$attribute;
|
||||
Log::debug(sprintf('Group: Going to validate "%s"', $attribute));
|
||||
app('log')->debug(sprintf('Group: Going to validate "%s"', $attribute));
|
||||
|
||||
$result = match ($attribute) {
|
||||
'piggy_bank_id' => $this->validatePiggyBankId((int)$value),
|
||||
|
||||
Reference in New Issue
Block a user