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