chg: dev: replace the legacy gos/web-socket-bundle & replace it with Mercure protocol #4
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user