mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix capitalization of class names in Point module
This commit is contained in:
parent
2c1552a523
commit
002f62ad8f
6 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief The parent class of the point module
|
||||
*/
|
||||
class point extends ModuleObject
|
||||
class Point extends ModuleObject
|
||||
{
|
||||
/**
|
||||
* Cache for the point module's own configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue