Skip to content

Commit

Permalink
attribute changed in subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bertrams committed Aug 24, 2024
1 parent 23fbc5b commit a28cc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventSubscriber/ORM/AuthorSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function loadClassMetadata(LoadClassMetadataEventArgs $event): void
'targetEntity' => $this->userClass,
'joinColumns' => [
[
'name' => 'author_contact_id',
'name' => 'author_id',
'onDelete' => 'SET NULL',
'referencedColumnName' => 'id',
'nullable' => true,
Expand Down

0 comments on commit a28cc84

Please sign in to comment.