Compare commits

..

No commits in common. "03476c6122e08187a7cdf833d74169953154a507" and "bc6caee3fb0504315fe8f342f3e64e8de65ce897" have entirely different histories.

View file

@ -15,7 +15,7 @@ class AssetExtensionsAspect
{ {
/** /**
* @Flow\Introduce("class(Neos\Media\Domain\Model\Asset)") * @Flow\Introduce("class(Neos\Media\Domain\Model\Asset)")
* @ORM\ManyToMany(inversedBy="assets", indexBy="name", cascade={"persist"}) * @ORM\ManyToMany(inversedBy="assets", indexBy="name")
* @var Collection<AssetAttribute> * @var Collection<AssetAttribute>
*/ */
protected $attributes; protected $attributes;