diff --git a/plugins/tps/birzha/classes/ImageResource.php b/plugins/tps/birzha/classes/ImageResource.php index 51b8fbd80..dadabbcc8 100644 --- a/plugins/tps/birzha/classes/ImageResource.php +++ b/plugins/tps/birzha/classes/ImageResource.php @@ -15,10 +15,11 @@ class ImageResource extends JsonResource public function toArray($request) { return [ + 'id' => $this->id, 'disk_name' => $this->disk_name, 'file_name' => $this->file_name, 'path' => $this->path, 'extension' => $this->extension, ]; } -} \ No newline at end of file +}