chore: update project dependencies

This commit is contained in:
Björn Fromme
2024-01-25 12:31:56 +01:00
parent 8fafe3f546
commit ba2fe96ccc
2 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class AppRuntime implements RuntimeExtensionInterface
if (null === $id) {
return 'keine Busbegleitung';
}
$pickup = $this->pickups->get($id);
if (null === $pickup) {