Skip to content

Commit

Permalink
Merge pull request #7911 from yosus/patch-13
Browse files Browse the repository at this point in the history
Update articles-model.rst
  • Loading branch information
markstory committed Sep 3, 2024
2 parents 78e840c + 97f343e commit d97413f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion en/tutorials-and-examples/cms/articles-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@ look like this::
class Article extends Entity
{
protected array $_accessible = [
'user_id' => true,
'title' => true,
'slug' => true,
'body' => true,
'published' => true,
'created' => true,
'modified' => true,
'users' => true,
'user' => true,
'tags' => true,
];
}
Expand Down

0 comments on commit d97413f

Please sign in to comment.