remove Deprecated decorator for the time being; too much chatter

This commit is contained in:
Spine
2025-09-04 04:46:24 +00:00
parent 27507468ac
commit f24967c02b

View File

@@ -275,7 +275,6 @@ class Forum extends BaseObject {
* - int 'LastPostAuthorID' User id of author of most recent post
* - has_poll Whether the thread has a poll '0'/'1'
*/
#[\Deprecated]
public function tableOfContentsForum(int $page = 1): array {
$key = sprintf(self::CACHE_TOC_FORUM, $this->id);
$forumToc = null;