Add subSecond routine.

This commit is contained in:
James Cole
2025-10-07 07:06:54 +02:00
parent 68fbd8d5f4
commit c525a18263

View File

@@ -100,6 +100,9 @@ class ListController extends Controller
$count = $collection->count();
$accounts = $collection->slice(($this->parameters->get('page') - 1) * $pageSize, $pageSize);
// #11007 go to the end of the previous day.
$this->parameters->set('start', $this->parameters->get('start')->subSecond());
// enrich
/** @var User $admin */
$admin = auth()->user();