mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
Fix classes inheriting Object
This commit is contained in:
parent
ae971306b7
commit
9c540ea414
4 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
|||
* @package /modules/comment
|
||||
* @version 0.1
|
||||
*/
|
||||
class commentItem extends Object
|
||||
class commentItem extends BaseObject
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue