diff --git a/DataFixtures/AbstractDataHandler.php b/DataFixtures/AbstractDataHandler.php index fcfedb2..7df02a8 100644 --- a/DataFixtures/AbstractDataHandler.php +++ b/DataFixtures/AbstractDataHandler.php @@ -34,11 +34,6 @@ abstract class AbstractDataHandler */ protected $dbMap; - /** - * @var Propel - */ - protected $propel; - /** * @var array */ diff --git a/Resources/config/propel.xml b/Resources/config/propel.xml index 2af723c..2c2c9a6 100644 --- a/Resources/config/propel.xml +++ b/Resources/config/propel.xml @@ -7,7 +7,6 @@ default - Propel\Runtime\Propel Propel\PropelBundle\Service\SchemaLocator Propel\PropelBundle\DataCollector\PropelDataCollector Propel\PropelBundle\Logger\PropelLogger @@ -20,9 +19,6 @@ - - - @@ -33,8 +29,8 @@ - + @@ -51,7 +47,6 @@ %kernel.root_dir% - %propel.configuration% @@ -62,7 +57,6 @@ %kernel.root_dir% - %propel.configuration%