Skip to content

Commit

Permalink
feat: drop support for symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Nov 11, 2023
1 parent c486c0b commit fa1532f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/App/DataFixtures/ORM/LoadUserData.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function load(ObjectManager $manager): void

$this->addReference('user', $user);

$user = clone $this->getReference('user');
$user = clone $this->getReference('user', User::class);

$user->setId(2);

Expand Down

0 comments on commit fa1532f

Please sign in to comment.