From error to debug.

This commit is contained in:
James Cole
2024-01-09 21:05:17 +01:00
parent 717f3a9e3d
commit 12b0e11592

View File

@@ -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;
}