Fix api url

This commit is contained in:
Constantin Graf
2024-10-09 17:19:26 +02:00
committed by Constantin Graf
parent ddf11b394d
commit d9925d632e
4 changed files with 11 additions and 11 deletions

View File

@@ -453,8 +453,8 @@ class TimeEntryController extends Controller
->whereIn('id', $ids)
->get();
$success = new Collection();
$error = new Collection();
$success = new Collection;
$error = new Collection;
foreach ($ids as $id) {
/** @var TimeEntry|null $timeEntry */