mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 17:41:24 +02:00
[ticket/16895] Rename custom method
PHPBB3-16895
This commit is contained in:
@@ -23,11 +23,11 @@ class remove_orphaned_roles extends \phpbb\db\migration\migration
|
||||
public function update_data()
|
||||
{
|
||||
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 = [];
|
||||
|
||||
|
Reference in New Issue
Block a user