Skip to content

Commit

Permalink
TASK: change visibility of persist method to allow overwritting
Browse files Browse the repository at this point in the history
  • Loading branch information
simstern committed Dec 29, 2022
1 parent 3bac71c commit a4eb328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ protected function getFixtureObjectSet(string $fixtureName, string $fixtureSet,
return $this->loader->loadFile($realPath, $parameters);
}

private function persist(ObjectSet $objects)
protected function persist(ObjectSet $objects)
{
foreach ($objects->getObjects() as $object) {
if ($this->persistenceManager->isNewObject($object)) {
Expand Down

0 comments on commit a4eb328

Please sign in to comment.