mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15372] Remove revert_data from migration
This commit is contained in:
@@ -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)),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user