Fix incorrect association for CharacterViewpoint::scene. Many viewpoints can be at the same scene.
This commit is contained in:
@@ -28,7 +28,7 @@ class CharacterViewpoint implements CreateableInterface
|
||||
private $attachments = [];
|
||||
/** @Column(type="array") */
|
||||
private $data = [];
|
||||
/** @OneToOne(targetEntity="Scene") */
|
||||
/** @ManyToOne(targetEntity="Scene") */
|
||||
private $scene;
|
||||
|
||||
/** @var array */
|
||||
|
||||
Reference in New Issue
Block a user