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:
@@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user