Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

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;