Bläddra i källkod

[PropelBundle] Fixed build sql command

Francois Zaninotto 15 år sedan
förälder
incheckning
449bf6266d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/Symfony/Framework/PropelBundle/Command/BuildSqlCommand.php

+ 1 - 1
src/Symfony/Framework/PropelBundle/Command/BuildSqlCommand.php

@@ -52,7 +52,7 @@ EOT
      */
     protected function execute(InputInterface $input, OutputInterface $output)
     {
-        $this->callPhing('sql');
+        $this->callPhing('sql', array('propel.packageObjectModel' => false));
         $filesystem = new Filesystem();
         $basePath = $this->application->getKernel()->getRootDir(). DIRECTORY_SEPARATOR . 'propel'. DIRECTORY_SEPARATOR . 'sql';
         foreach ($this->tempSchemas as $schemaFile => $schemaDetails) {