Skip to content

Commit a28cc84

Browse files
author
Manuel Bertrams
committed
attribute changed in subscriber
1 parent 23fbc5b commit a28cc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventSubscriber/ORM/AuthorSubscriber.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function loadClassMetadata(LoadClassMetadataEventArgs $event): void
4848
'targetEntity' => $this->userClass,
4949
'joinColumns' => [
5050
[
51-
'name' => 'author_contact_id',
51+
'name' => 'author_id',
5252
'onDelete' => 'SET NULL',
5353
'referencedColumnName' => 'id',
5454
'nullable' => true,

0 commit comments

Comments
 (0)