First step of reorganizing admin module into namespaces

This commit is contained in:
Kijin Sung 2022-12-26 23:19:37 +09:00
parent 4c65499ab1
commit 93947a7f51
10 changed files with 722 additions and 1194 deletions

View file

@ -0,0 +1,8 @@
<?php
namespace Rhymix\Modules\Admin\Controllers;
class Base extends \ModuleObject
{
}