Fix capitalization of class names

This commit is contained in:
Kijin Sung 2023-10-02 22:59:25 +09:00
parent 7444bc3f1d
commit 866f9c670d
26 changed files with 26 additions and 26 deletions

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief The admin controller class of the spamfilter module
*/
class spamfilterAdminController extends spamfilter
class SpamfilterAdminController extends Spamfilter
{
/**
* @brief Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief The admin view class of the spamfilter module
*/
class spamfilterAdminView extends spamfilter
class SpamfilterAdminView extends Spamfilter
{
/**
* @brief Initialization

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief The parent class of the spamfilter module
*/
class spamfilter extends ModuleObject
class Spamfilter extends ModuleObject
{
/**
* @brief Additional tasks required to accomplish during the installation

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief The controller class for the spamfilter module
*/
class spamfilterController extends spamfilter
class SpamfilterController extends Spamfilter
{
/**
* List of actions to use CAPTCHA.

View file

@ -5,7 +5,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief The Model class of the spamfilter module
*/
class spamfilterModel extends spamfilter
class SpamfilterModel extends Spamfilter
{
/**
* @brief Initialization