mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-02 11:04:53 +00:00
Add audit entries.
This commit is contained in:
@@ -81,7 +81,6 @@ class StoreRequest extends FormRequest
|
||||
if($validator->fails()) {
|
||||
Log::channel('audit')->error(sprintf('Validation errors in %s', __CLASS__), $validator->errors()->toArray());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private function validateExistingLink(Validator $validator): void
|
||||
|
Reference in New Issue
Block a user