mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16895] Rename custom method
PHPBB3-16895
This commit is contained in:
parent
d7f433fbf7
commit
69b895caae
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@ class remove_orphaned_roles extends \phpbb\db\migration\migration
|
||||||
public function update_data()
|
public function update_data()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
['custom', [[$this, 'remove_orphaned_roles']]],
|
['custom', [[$this, 'acl_remove_orphaned_roles']]],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function remove_orphaned_roles()
|
public function acl_remove_orphaned_roles()
|
||||||
{
|
{
|
||||||
$auth_role_ids = $role_ids = $auth_settings = [];
|
$auth_role_ids = $role_ids = $auth_settings = [];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue