删除addons相关文件;

This commit is contained in:
2022-04-03 15:36:22 +08:00
parent 2a97375418
commit e12821d3bc
6 changed files with 4 additions and 86 deletions

View File

@@ -1,14 +0,0 @@
<?php
return [
// 自动加载,插件命令行模式下必须
'autoload' => true,
// 默认插件入口路径
'path' => 'addons',
// 默认方法
'default_action' => 'index',
];