mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-05 03:40:19 +00:00
From error to debug.
This commit is contained in:
@@ -217,7 +217,7 @@ class ReportFormRequest extends FormRequest
|
|||||||
app('log')->debug('Set is:', $set);
|
app('log')->debug('Set is:', $set);
|
||||||
}
|
}
|
||||||
if (!is_array($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;
|
return $collection;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user