[ticket/11495] Remove item class as its no longer required

PHPBB3-11495
This commit is contained in:
Joas Schilling 2013-04-18 19:31:08 +02:00
parent a183fc1118
commit 153b29c6c9
2 changed files with 0 additions and 6 deletions

View file

@ -23,9 +23,6 @@ abstract class phpbb_nestedset_base implements phpbb_nestedset_interface
/** @var String */ /** @var String */
protected $table_name; protected $table_name;
/** @var String */
protected $item_class = 'phpbb_nestedset_item_base';
/** /**
* Column names in the table * Column names in the table
* @var String * @var String

View file

@ -26,9 +26,6 @@ class phpbb_nestedset_forum extends phpbb_nestedset_base
/** @var String */ /** @var String */
protected $table_name; protected $table_name;
/** @var String */
protected $item_class = 'phpbb_nestedset_item_forum';
/** /**
* Column names in the table * Column names in the table
* @var String * @var String