mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 20:02:15 +09:00
Move admin dashboard to Dashboard controller
This commit is contained in:
parent
93947a7f51
commit
c93dea90e0
5 changed files with 351 additions and 332 deletions
10
modules/admin/controllers/Update.php
Normal file
10
modules/admin/controllers/Update.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Rhymix\Modules\Admin\Controllers;
|
||||
|
||||
use Rhymix\Framework\DB;
|
||||
|
||||
class Update extends Base
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue