onlinetest 4 سال پیش
والد
کامیت
bce2ccf77c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Http/Controllers/QuickApp/User/Transformers/ReadRecordTransformer.php

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

@@ -14,7 +14,7 @@ class ReadRecordTransformer
             'book_name' => $res->book_name,
             'chapter_name' => $res->chapter_name,
             'time' => $res->time,
-            'cover' => $res->cover,
+            'cover_url' => $res->cover,
             'last_chapter' => $res->last_chapter
         ];
     }