1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[ticket/15540] Code changes

PHPBB3-15540
This commit is contained in:
rubencm
2021-03-23 22:23:10 +01:00
parent 658a0489d0
commit 6ae68baa2e
14 changed files with 50 additions and 79 deletions

View File

@@ -192,5 +192,5 @@ interface search_backend_interface
*
* @return array array containing template and config variables
*/
public function acp(): array;
public function get_acp_options(): array;
}