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)
|
public function toArray($request)
|
||||||
{
|
{
|
||||||
$d = [];
|
$d = [];
|
||||||
#$d["id"] = $this->id;
|
$d["id"] = $this->id;
|
||||||
$d["name"] = $this->name;
|
$d["name"] = $this->name;
|
||||||
$d["description"] = $this->description;
|
$d["description"] = $this->description;
|
||||||
$d["filename"] = $this->filename;
|
$d["filename"] = $this->filename;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue