mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11495] Remove item class as its no longer required
PHPBB3-11495
This commit is contained in:
parent
a183fc1118
commit
153b29c6c9
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue