Auto commit for release 'develop' on 2024-04-21

This commit is contained in:
github-actions
2024-04-21 17:23:16 +02:00
parent 3fdde2d1c8
commit 9d1a127200
49 changed files with 302 additions and 259 deletions

View File

@@ -122,7 +122,7 @@ class Controller extends BaseController
$obj = null;
}
}
if(null !== $date && 'end' === $field) {
if (null !== $date && 'end' === $field) {
$obj->endOfDay();
}
$bag->set($field, $obj);