Skip to content

Commit

Permalink
Fix Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecorche committed Dec 27, 2024
1 parent 3167345 commit 00ed4f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/EventListener/MappingEntities.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ protected function mappUserCrudSettings(ClassMetadataInfo|ClassMetadata $userCru
$userCrudSettingsMetadata->setAssociationOverride(
'user',
[
'targetEntity' => $userMetadata->getName(),
'fieldName' => 'user',
'id' => true,
'joinColumns' => [[
'name' => 'user_id',
'referencedColumnName' => $userMetadata->getSingleIdentifierColumnName(),
Expand Down

0 comments on commit 00ed4f6

Please sign in to comment.