Compare commits
3 commits
bc6caee3fb
...
03476c6122
Author | SHA1 | Date | |
---|---|---|---|
03476c6122 | |||
8b792978ed | |||
7b61dff4a3 |
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class AssetExtensionsAspect
|
|||
{
|
||||
/**
|
||||
* @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>
|
||||
*/
|
||||
protected $attributes;
|
||||
|
|
Loading…
Add table
Reference in a new issue