mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/15372] Remove revert_data from migration
This commit is contained in:
parent
2ba529e144
commit
4ae7cb89ff
1 changed files with 0 additions and 7 deletions
|
@ -28,11 +28,4 @@ class f_list_topics_permission_add extends \phpbb\db\migration\migration
|
||||||
array('permission.add', array('f_list_topics', false)),
|
array('permission.add', array('f_list_topics', false)),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function revert_data()
|
|
||||||
{
|
|
||||||
return array(
|
|
||||||
array('permission.remove', array('f_list_topics', false)),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue