Fix capitalization of class names in Point module

This commit is contained in:
Kijin Sung 2023-06-19 13:42:18 +09:00
parent 2c1552a523
commit 002f62ad8f
6 changed files with 6 additions and 6 deletions

View file

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