瀏覽代碼

Agregado para mostrar/ocultar query's. Por defecto muestra

gabriel 7 年之前
父節點
當前提交
303919eca0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Migrations/MigrationsBase.php

+ 1 - 1
Migrations/MigrationsBase.php

@@ -504,7 +504,7 @@ class MigrationsBase extends AbstractMigration implements ContainerAwareInterfac
             foreach ($arrayPrepare as $key => $value) {
                 $tmp = str_replace($key, $value, $tmp);
             }
-            echo "     -> $tmp";
+            echo "     -> $tmp\n";
         }
         $this->sumLine();
     }