Skip to content

Commit b965b28

Browse files
authored
Remove outdated hint for @Lazy/@cascade annotations (#5430)
1 parent bc32f66 commit b965b28

File tree

1 file changed

+0
-7
lines changed
  • Documentation/ExtensionArchitecture/Extbase/Reference/_Annotations

1 file changed

+0
-7
lines changed

Documentation/ExtensionArchitecture/Extbase/Reference/_Annotations/_Multiple.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,4 @@ class Post extends AbstractEntity
1717
* @var ObjectStorage<Comment>
1818
*/
1919
public ObjectStorage $comments;
20-
21-
/**
22-
* @var ObjectStorage<Comment>
23-
* @Lazy
24-
* @Cascade("remove")
25-
*/
26-
public ObjectStorage $comments2;
2720
}

0 commit comments

Comments
 (0)