소스 검색

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();
     }