mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 08:43:02 +02:00
[ticket/16737] Rewrite acp_search index pages
PHPBB3-16737
This commit is contained in:
@@ -1022,4 +1022,12 @@ class fulltext_sphinx implements search_backend_interface
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get_type(): string
|
||||
{
|
||||
return static::class;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user