mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17135] Fix code review issues
PHPBB-17135
This commit is contained in:
@@ -35,4 +35,11 @@ class remove_smtp_auth_method extends migration
|
||||
['config.remove', ['smtp_auth_method']],
|
||||
];
|
||||
}
|
||||
|
||||
public function revert_data()
|
||||
{
|
||||
return [
|
||||
['config.add', ['smtp_auth_method', 'PLAIN']],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user