Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Make object manager and repository protected
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Mar 8, 2020
1 parent 5737139 commit 1bc8b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AbstractFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
abstract class AbstractFixture extends BaseAbstractFixture implements OrderedFixtureInterface
{
/** @var EntityManagerInterface */
private $manager;
protected $manager;

/** @var EntityRepository */
private $repo;
protected $repo;

/** @var int */
private $totalNumberOfObjects = 0;
Expand Down

0 comments on commit 1bc8b71

Please sign in to comment.