|
@@ -28,6 +28,7 @@ class SentPrResource extends JsonResource
|
|
|
$mode = $request->get("mode",'read');
|
|
$mode = $request->get("mode",'read');
|
|
|
return [
|
|
return [
|
|
|
"id"=>$this->id,
|
|
"id"=>$this->id,
|
|
|
|
|
+ "uid"=>$this->uid,
|
|
|
"book"=> $this->book_id,
|
|
"book"=> $this->book_id,
|
|
|
"paragraph"=> $this->paragraph,
|
|
"paragraph"=> $this->paragraph,
|
|
|
"word_start"=> $this->word_start,
|
|
"word_start"=> $this->word_start,
|