autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:06 +00:00
parent de4f7d31cb
commit 23ebcab323
5 changed files with 21 additions and 21 deletions

View File

@ -101,5 +101,5 @@ return [
'state' => PermissionCategory::POSITION, 'state' => PermissionCategory::POSITION,
], ],
], ],
] ],
]; ];

View File

@ -158,7 +158,7 @@ final class BackendController extends Controller
if ($this->app->moduleManager->isActive('HumanResourceTimeRecording')) { if ($this->app->moduleManager->isActive('HumanResourceTimeRecording')) {
/** @var \Modules\HumanResourceTimeRecording\Models\Session $lastOpenSession */ /** @var \Modules\HumanResourceTimeRecording\Models\Session $lastOpenSession */
$lastOpenSession = SessionMapper::getMostPlausibleOpenSessionForEmployee( $view->data['employee']->id); $lastOpenSession = SessionMapper::getMostPlausibleOpenSessionForEmployee($view->data['employee']->id);
$start = new SmartDateTime('now'); $start = new SmartDateTime('now');
$start = $start->getEndOfDay(); $start = $start->getEndOfDay();