Remove static references

This commit is contained in:
James Cole
2023-10-29 06:33:43 +01:00
parent 075d459b7c
commit 4f2159b54d
205 changed files with 1287 additions and 1287 deletions

View File

@@ -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),