Fix capitalization of class names in Board module

This commit is contained in:
Kijin Sung 2023-06-19 13:49:20 +09:00
parent 67b4e7eade
commit b562df8959
10 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@
* @author NAVER (developers@xpressengine.com)
* @brief board module View class
**/
class boardView extends board
class BoardView extends Board
{
var $listConfig;
var $columnList;