diff --git a/Command/AbstractPropelCommand.php b/Command/AbstractPropelCommand.php index a8569d5..b243326 100644 --- a/Command/AbstractPropelCommand.php +++ b/Command/AbstractPropelCommand.php @@ -155,8 +155,8 @@ abstract class AbstractPropelCommand extends ContainerAwareCommand // Adding user defined properties from the configuration $properties = array_merge( - $this->getContainer()->get('propel.build_properties')->getProperties(), - $properties + $properties, + $this->getContainer()->get('propel.build_properties')->getProperties() ); foreach ($properties as $key => $value) {