jqhph / dcat-page

📝 简单易用的静态站点构建工具(PHP版)
https://jqhph.github.io/dcat-page/
MIT License
48 stars 13 forks source link

Method Dcat\Page\Admin\Controllers\AdminController::formatConfigData does not exist. #6

Open OliverGarfield opened 3 years ago

OliverGarfield commented 3 years ago

在Admin/Controllers/AdminController.php中 $grid->config('配置')->display('详细')->expand(function () use ($self) {

        if (!$this->config) {

            return;

        }

        return $self->formatConfigData((array) $this->config);

});

return $self->formatConfigData((array) $this->config); formatConfigData无法访问 因为是protected