mirror of
https://github.com/wallabag/wallabag.git
synced 2026-01-06 13:17:37 +01:00
Add a real configuration for CS-Fixer
This commit is contained in:
@ -22,11 +22,6 @@ class Version20170405182620 extends AbstractMigration implements ContainerAwareI
|
||||
$this->container = $container;
|
||||
}
|
||||
|
||||
private function getTable($tableName)
|
||||
{
|
||||
return $this->container->getParameter('database_table_prefix').$tableName;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Schema $schema
|
||||
*/
|
||||
@ -62,4 +57,9 @@ class Version20170405182620 extends AbstractMigration implements ContainerAwareI
|
||||
|
||||
$entryTable->dropColumn('published_by');
|
||||
}
|
||||
|
||||
private function getTable($tableName)
|
||||
{
|
||||
return $this->container->getParameter('database_table_prefix') . $tableName;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user