visuddhinanda il y a 2 ans
Parent
commit
4f530ae023
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/Http/Resources/SentPrResource.php

+ 1 - 0
app/Http/Resources/SentPrResource.php

@@ -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,