fix deprecations in migrations (#1544)

This commit is contained in:
Kevin Papst
2020-03-12 00:42:47 +01:00
committed by GitHub
parent e4610af235
commit 7b7a962e04
14 changed files with 84 additions and 328 deletions

View File

@@ -45,7 +45,7 @@ abstract class AbstractMigration extends BaseAbstractMigration implements Contai
/**
* @param string $name
* @return string
* @deprecated since 0.9
* @deprecated since 0.9 - will be removed with 2.0
*/
protected function getTableName($name)
{