Private
Public Access
1
0

chg: dev: replace the legacy gos/web-socket-bundle & replace it with Mercure protocol #4

This commit is contained in:
2026-04-09 22:00:53 +02:00
parent b55c223d8a
commit 7219471a86
33 changed files with 1198 additions and 2324 deletions

View File

@@ -44,7 +44,7 @@ class Step
#[Column(nullable: true)]
private ?bool $wBomb = null;
#[ManyToOne(inversedBy: 'step')]
#[ManyToOne(inversedBy: 'steps')]
private ?PlayedGame $playedGame = null;
#[Column(type: Types::DATETIME_MUTABLE, nullable: true)]