1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 09:46:46 +02:00

[feature/migrations] Make the test depends_on methods static

PHPBB3-11318
This commit is contained in:
Nathan Guse
2013-01-10 22:48:31 -06:00
parent db4fcab3bb
commit 9f38dc67a8
7 changed files with 3 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
class phpbb_dbal_migration_revert_with_dependency extends phpbb_db_migration
{
function depends_on()
static public function depends_on()
{
return array('phpbb_dbal_migration_revert');
}