mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 08:30:26 +01:00
[ticket/15372] Remove revert_data from migration
This commit is contained in:
parent
2ba529e144
commit
4ae7cb89ff
@ -28,11 +28,4 @@ class f_list_topics_permission_add extends \phpbb\db\migration\migration
|
||||
array('permission.add', array('f_list_topics', false)),
|
||||
);
|
||||
}
|
||||
|
||||
public function revert_data()
|
||||
{
|
||||
return array(
|
||||
array('permission.remove', array('f_list_topics', false)),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user