Stuff
This commit is contained in:
parent
66bc1dd51a
commit
d5bfe7b4cb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Image extends JsonResource
|
|||
public function toArray($request)
|
||||
{
|
||||
$d = [];
|
||||
#$d["id"] = $this->id;
|
||||
$d["id"] = $this->id;
|
||||
$d["name"] = $this->name;
|
||||
$d["description"] = $this->description;
|
||||
$d["filename"] = $this->filename;
|
||||
|
|
Loading…
Reference in a new issue