1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 07:47:34 +02:00

[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 */
protected $table_name;
/** @var String */
protected $item_class = 'phpbb_nestedset_item_base';
/**
* Column names in the table
* @var String

View File

@@ -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