|
@@ -99,7 +99,7 @@ class PageService extends BaseService
|
|
|
|
|
|
public function filterConfig($params)
|
|
public function filterConfig($params)
|
|
{
|
|
{
|
|
- $spec = Spec::whereIsCustom(0)->get();
|
|
|
|
|
|
+ $spec = Spec::get();
|
|
|
|
|
|
return $spec->map(function (Spec $model) {
|
|
return $spec->map(function (Spec $model) {
|
|
return [
|
|
return [
|