gnitif преди 2 години
родител
ревизия
de1e9e24a5
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      app/Http/Controllers/QuickApp/Book/Transformers/ChapterTransformer.php

+ 3 - 1
app/Http/Controllers/QuickApp/Book/Transformers/ChapterTransformer.php

@@ -21,7 +21,9 @@ class ChapterTransformer
             'force_add_desk_type'   =>  $chapter->force_add_desk_type,
             'next_chapter_status'   =>  $chapter->next_chapter_status,
             'next_price'   =>  $chapter->next_price,
-            'charge_type'   =>  $chapter->charge_type
+            'charge_type'   =>  $chapter->charge_type,
+            "force_add_work_wecaht_type" =>  0,
+            "force_add_work_wecaht_url" =>  "",
         ];
     }
 }