Merge branch 'release/1.0.1'
This commit is contained in:
commit
03476c6122
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
* @ORM\ManyToMany(inversedBy="assets", indexBy="name", cascade={"persist"})
|
||||||
* @var Collection<AssetAttribute>
|
* @var Collection<AssetAttribute>
|
||||||
*/
|
*/
|
||||||
protected $attributes;
|
protected $attributes;
|
||||||
|
|
Loading…
Reference in a new issue