add. crontab dev
This commit is contained in:
parent
389a2f85ae
commit
97a04523e0
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace app\adminx\controller;
|
||||
namespace app\controller\admin\system\dev;
|
||||
|
||||
use app\BaseController;
|
||||
use app\entity\SysDevCrontab;
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
use app\adminx\controller\CrontabController;
|
||||
use app\controller\admin\system\OrganizationController;
|
||||
use app\entity\SysMenu;
|
||||
use app\entity\SysOrganization;
|
||||
@ -12,6 +11,7 @@ use app\controller\admin\{auth,
|
||||
system\ConfigController,
|
||||
system\dev\CommandController,
|
||||
system\dev\ComposerController,
|
||||
system\dev\CrontabController,
|
||||
system\DictionaryController,
|
||||
system\DictionaryDataController,
|
||||
system\FileController,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user