Files
orico-official-website/config/console.php
2025-04-11 18:15:12 +08:00

11 lines
297 B
PHP

<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
'data:migrate' => \app\command\DataMigration::class,
],
];