diff options
Diffstat (limited to 'tests/dbal/migration/recall.php')
-rw-r--r-- | tests/dbal/migration/recall.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/dbal/migration/recall.php b/tests/dbal/migration/recall.php index 18d8b4a6d2..6c2f04bf08 100644 --- a/tests/dbal/migration/recall.php +++ b/tests/dbal/migration/recall.php @@ -9,11 +9,6 @@ class phpbb_dbal_migration_recall extends phpbb_db_migration { - function depends_on() - { - return array(); - } - function update_schema() { return array(); |