mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
rename deprecated using path for ObjectManager
This commit is contained in:
@@ -75,7 +75,7 @@ class LoadOption extends AbstractFixture implements OrderedFixtureInterface
|
||||
|
||||
}
|
||||
|
||||
private function loadingWords(\Doctrine\Common\Persistence\ObjectManager $manager)
|
||||
private function loadingWords(\Doctrine\Persistence\ObjectManager $manager)
|
||||
{
|
||||
echo "Loading some words...\n";
|
||||
|
||||
@@ -110,7 +110,7 @@ class LoadOption extends AbstractFixture implements OrderedFixtureInterface
|
||||
}
|
||||
}
|
||||
|
||||
private function loadingCompanies(\Doctrine\Common\Persistence\ObjectManager $manager)
|
||||
private function loadingCompanies(\Doctrine\Persistence\ObjectManager $manager)
|
||||
{
|
||||
echo "Loading companies \n";
|
||||
$companiesParents = array(
|
||||
|
Reference in New Issue
Block a user