Auto commit for release 'develop' on 2024-07-15

This commit is contained in:
github-actions
2024-07-15 06:18:29 +02:00
parent 08ca90cf75
commit 3126b07b33
5 changed files with 240 additions and 233 deletions

View File

@@ -79,6 +79,7 @@ class Range
}
if (!app('session')->has('first')) {
Log::debug('setRange: Session has no "first".');
/** @var JournalRepositoryInterface $repository */
$repository = app(JournalRepositoryInterface::class);
$journal = $repository->firstNull();