mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/11495] Remove item class as its no longer required
PHPBB3-11495
This commit is contained in:
@@ -23,9 +23,6 @@ abstract class phpbb_nestedset_base implements phpbb_nestedset_interface
|
||||
/** @var String */
|
||||
protected $table_name;
|
||||
|
||||
/** @var String */
|
||||
protected $item_class = 'phpbb_nestedset_item_base';
|
||||
|
||||
/**
|
||||
* Column names in the table
|
||||
* @var String
|
||||
|
@@ -26,9 +26,6 @@ class phpbb_nestedset_forum extends phpbb_nestedset_base
|
||||
/** @var String */
|
||||
protected $table_name;
|
||||
|
||||
/** @var String */
|
||||
protected $item_class = 'phpbb_nestedset_item_forum';
|
||||
|
||||
/**
|
||||
* Column names in the table
|
||||
* @var String
|
||||
|
Reference in New Issue
Block a user