Stuff
This commit is contained in:
parent
6230f7e836
commit
e13aba460f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class Gallery extends JsonResource
|
||||||
"big" => url("/".$this->getTenant()->url."/".$this->url."/".$this->main_image."/file?size=big")
|
"big" => url("/".$this->getTenant()->url."/".$this->url."/".$this->main_image."/file?size=big")
|
||||||
]];
|
]];
|
||||||
$data["description"] = $this->description;
|
$data["description"] = $this->description;
|
||||||
|
|
||||||
$t = json_decode($this->tags);
|
$t = json_decode($this->tags);
|
||||||
if(is_array($t)) {
|
if(is_array($t)) {
|
||||||
foreach ($t as $i => $g) {
|
foreach ($t as $i => $g) {
|
||||||
|
|
Loading…
Reference in a new issue