Skip to content

Commit

Permalink
Merge pull request cakephp#7728 from cakephp/ADmad-patch-1
Browse files Browse the repository at this point in the history
Fix code example
  • Loading branch information
othercorey authored Sep 25, 2023
2 parents bc6043e + ba0922d commit 3e334fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/tutorials-and-examples/cms/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ look like this::

class Article extends Entity
{
protected $_accessible = [
protected array $_accessible = [
'*' => true,
'id' => false,
'slug' => false,
Expand Down

0 comments on commit 3e334fc

Please sign in to comment.