mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
[ticket/17413] Add migration for turnstile and acp demo
PHPBB-17413
This commit is contained in:
@@ -44,6 +44,13 @@ interface plugin_interface
|
||||
*/
|
||||
public function get_name(): string;
|
||||
|
||||
/**
|
||||
* Set the service name of the plugin
|
||||
*
|
||||
* @param string $name
|
||||
*/
|
||||
public function set_name(string $name): void;
|
||||
|
||||
/**
|
||||
* Display the captcha for the specified type
|
||||
*
|
||||
|
Reference in New Issue
Block a user