Przeglądaj źródła

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

gabriel 7 lat temu
rodzic
commit
303919eca0
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
     }