mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
CURD修复生成控制器多个关联时代码
This commit is contained in:
@@ -14,11 +14,10 @@ use think\facade\App;
|
|||||||
class Version extends Command
|
class Version extends Command
|
||||||
{
|
{
|
||||||
|
|
||||||
const VERSION = 'v2.0.15';
|
const VERSION = 'v2.0.16';
|
||||||
|
|
||||||
const COMMENT = [
|
const COMMENT = [
|
||||||
'优化表格按钮无权限效果',
|
'CURD修复生成控制器多个关联时代码',
|
||||||
'清理部分技术债务',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
protected function configure()
|
protected function configure()
|
||||||
|
|||||||
Reference in New Issue
Block a user