Skip to content

Commit

Permalink
Merge pull request cakephp#5349 from davidyell/patch-9
Browse files Browse the repository at this point in the history
Fixed consistency
  • Loading branch information
markstory authored Nov 2, 2017
2 parents 980d960 + e302c5d commit 018e494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/orm/saving-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ look like::
'body' => 'The text',
'user_id' => 1,
'tags' => [
['tag' => 'CakePHP'],
['tag' => 'Internet'],
['name' => 'CakePHP'],
['name' => 'Internet'],
]
];

Expand Down

0 comments on commit 018e494

Please sign in to comment.