KOKO

Results 3 issues of KOKO

- Laravel Version: 8.75 - PHP Version: 7.3 - Dcat Admin Version: 2.* ### Description: Class:Dcat\Admin\Form\Field\CanCascadeFields Line:225 Function:getFormFrontValue 如果使用`Form::extend('select', Select::class);`重写组件 这个地方就匹配不到了 ``` /** * @return string */ protected function getFormFrontValue()...

模型:Dcat\Admin\Models\Permission::class,在写入http_method字段时,如果为字符串,则无法正常写入。 以下为源码: ![企业微信截图_16619316031298](https://user-images.githubusercontent.com/50900490/187621566-37830bdb-3c37-4be0-b700-b4c8719f4b45.png) 修改后: ``` /** * @param $method */ public function setHttpMethodAttribute($method) { if (is_array($method)) { $method = implode(',', $method); } $this->attributes['http_method'] = $method; } ```

1. Your software version (Screenshot of your startup) | Software | Version | | --------- | --------- | | PHP | 8.0.26 | | Swoole | 5.1.0 | | LaravelS...

analyzing