]> _ Git - cubist_cms-back.git/commitdiff
wip #4804
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Oct 2021 18:44:57 +0000 (20:44 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 19 Oct 2021 18:44:57 +0000 (20:44 +0200)
src/app/Magic/EntityData.php

index ae589944ae2e3fd3f0949e6a4ebbaae7d7a71c73..1a93273a27926718ada20e51e1d0277ceb68595c 100644 (file)
@@ -338,6 +338,7 @@ class EntityData implements \ArrayAccess
             /** @var Media $m */
             $res[] = $m->getPath($conversionName);
         }
+
         return $res;
     }