celaraze / dcat-extension-plus

🌈 增强 Dcat Admin 使用体验!在线简化配置、UI优化、字段扩展。
MIT License
64 stars 11 forks source link

Call to undefined method Celaraze\DcatPlus\Support::injectSidebar() #3

Closed jyiL closed 3 years ago

jyiL commented 3 years ago

版本2.0.20

Celaraze\DcatPlus\Support的那几个方法被移除了,导致Http/Middleware/MiddleInjectDcatPlus.php报错

$support = new Support();
$support->initConfig();
$support->injectSidebar();
$support->injectFields();
$support->footerRemove();
$support->headerPaddingFix();
$support->gridRowActionsRight();
Ya-hui commented 3 years ago

同样碰到了这个问题

celaraze commented 3 years ago

已经在1.1.0版本修复,感谢。