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 model class fo the point module
*/
class pointModel extends point
class PointModel extends Point
{
/**
* Cache for module configuration.