kphcdr hace 1 año
padre
commit
bf83ebd686
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Modules/Mini/Services/PageService.php

+ 1 - 1
app/Modules/Mini/Services/PageService.php

@@ -120,7 +120,7 @@ class PageService extends BaseService
                         "name" => $attr->name,
                     ];
                 }),
-                "is_custom" => $model->is_custom,
+                "is_custom" => 1,
             ];
         });
     }