]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/DoctrineMigrations/Version20161001072726.php
Replaced abortIf with skipIf
[github/wallabag/wallabag.git] / app / DoctrineMigrations / Version20161001072726.php
index 237db93206d45bbba72c4357d3425a7275aa0a6c..5ab88555c2bc3225ab4c31245ea141215533f8e4 100644 (file)
@@ -21,7 +21,7 @@ class Version20161001072726 extends AbstractMigration implements ContainerAwareI
 
     private function getTable($tableName)
     {
-        return $this->container->getParameter('database_table_prefix') . $tableName;
+        return $this->container->getParameter('database_table_prefix').$tableName;
     }
 
     /**