From: Vincent Vanwaelscappel Date: Tue, 19 Oct 2021 18:44:57 +0000 (+0200) Subject: wip #4804 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=77a0132f4371082b5da0e2b4b0d32671b4b2d22e;p=cubist_cms-back.git wip #4804 --- diff --git a/src/app/Magic/EntityData.php b/src/app/Magic/EntityData.php index ae58994..1a93273 100644 --- a/src/app/Magic/EntityData.php +++ b/src/app/Magic/EntityData.php @@ -338,6 +338,7 @@ class EntityData implements \ArrayAccess /** @var Media $m */ $res[] = $m->getPath($conversionName); } + return $res; }