diff options
Diffstat (limited to 'tests/dbal/migration/recall.php')
-rw-r--r-- | tests/dbal/migration/recall.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbal/migration/recall.php b/tests/dbal/migration/recall.php index 6c2f04bf08..041d12ad27 100644 --- a/tests/dbal/migration/recall.php +++ b/tests/dbal/migration/recall.php @@ -7,7 +7,7 @@ * */ -class phpbb_dbal_migration_recall extends phpbb_db_migration +class phpbb_dbal_migration_recall extends \phpbb\db\migration\migration { function update_schema() { |