lishiyeaaron 5 роки тому
батько
коміт
ab8942a369

+ 1 - 0
app/Http/Controllers/QuickApp/User/Transformers/UserShelfBooksTransformer.php

@@ -21,6 +21,7 @@ class UserShelfBooksTransformer
             'last_cid' => $userShelfBook->last_cid,
             'last_chapter' => $userShelfBook->last_chapter,
             'recent_reading_chapter' => $userShelfBook->recent_reading_chapter,
+            'recent_cid'=>$userShelfBook->recent_cid,
         ];
     }
 }