Merge branch '1.1' of https://gitlab.com/merdan.m/birzha into 1.1
This commit is contained in:
commit
01f0ac341f
|
|
@ -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,
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue