Small code fixes.

This commit is contained in:
James Cole
2026-03-17 20:43:32 +01:00
parent 7c4f80a360
commit 9c10b01e8b
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ final class HomeController extends Controller
}
$request->session()->put('is_custom_range', $isCustomRange);
Log::debug(sprintf('Set is_custom_range to %s', var_export($isCustomRange, true)));
Log::debug(sprintf('Set is_custom_range to %s', var_export($isCustomRange, return: true)));
$request->session()->put('start', $start);
Log::debug(sprintf('Set start to %s', $start->format('Y-m-d H:i:s')));
$request->session()->put('end', $end);