We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fbc5b commit a28cc84Copy full SHA for a28cc84
src/EventSubscriber/ORM/AuthorSubscriber.php
@@ -48,7 +48,7 @@ public function loadClassMetadata(LoadClassMetadataEventArgs $event): void
48
'targetEntity' => $this->userClass,
49
'joinColumns' => [
50
[
51
- 'name' => 'author_contact_id',
+ 'name' => 'author_id',
52
'onDelete' => 'SET NULL',
53
'referencedColumnName' => 'id',
54
'nullable' => true,
0 commit comments