This commit is contained in:
knowpia
2022-09-08 15:25:13 +08:00
parent 96a49d1bd6
commit 3e1bb139c3
32 changed files with 2878 additions and 0 deletions

9
config/console.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
// +----------------------------------------------------------------------
// | 控制台配置
// +----------------------------------------------------------------------
return [
// 指令定义
'commands' => [
],
];