Move admin dashboard to Dashboard controller

This commit is contained in:
Kijin Sung 2022-12-26 23:50:40 +09:00
parent 93947a7f51
commit c93dea90e0
5 changed files with 351 additions and 332 deletions

View file

@ -0,0 +1,10 @@
<?php
namespace Rhymix\Modules\Admin\Controllers;
use Rhymix\Framework\DB;
class Update extends Base
{
}