mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
From error to debug.
This commit is contained in:
@@ -217,7 +217,7 @@ class ReportFormRequest extends FormRequest
|
||||
app('log')->debug('Set is:', $set);
|
||||
}
|
||||
if (!is_array($set)) {
|
||||
app('log')->error(sprintf('Set is not an array! "%s"', $set));
|
||||
app('log')->debug(sprintf('Set is not an array! "%s"', $set));
|
||||
|
||||
return $collection;
|
||||
}
|
||||
|
Reference in New Issue
Block a user