Skip to content

Commit

Permalink
Fix typo on Table save() function documentation demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lejenome committed Jul 7, 2018
1 parent c544cba commit 15c0890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Table.php
Expand Up @@ -1866,7 +1866,7 @@ public function exists($conditions)
*
* ```
* // Only save the comments association
* $articles->save($entity, ['associated' => ['Comments']);
* $articles->save($entity, ['associated' => ['Comments']]);
*
* // Save the company, the employees and related addresses for each of them.
* // For employees do not check the entity rules
Expand Down

0 comments on commit 15c0890

Please sign in to comment.