add. crontab dev

This commit is contained in:
扶桑花间 2025-08-31 23:40:17 +08:00
parent 389a2f85ae
commit 97a04523e0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace app\adminx\controller;
namespace app\controller\admin\system\dev;
use app\BaseController;
use app\entity\SysDevCrontab;

View File

@ -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,