kphcdr преди 1 година
родител
ревизия
bf83ebd686
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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,
             ];
         });
     }