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

@ -8,7 +8,7 @@
* @package /modules/trash
* @version 0.1
*/
class trashModel extends trash
class TrashModel extends Trash
{
private static $config = NULL;