Skip to content

Commit 78e840c

Browse files
authored
fix tutorial entity accessible property not containing all necessary fields (#7910)
1 parent eeeb132 commit 78e840c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

en/tutorials-and-examples/cms/articles-model.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ look like this::
6565
'created' => true,
6666
'modified' => true,
6767
'users' => true,
68+
'tags' => true,
6869
];
6970
}
7071

0 commit comments

Comments
 (0)