Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update HasMany.php
  • Loading branch information
saeideng committed Feb 6, 2016
1 parent 7931c26 commit f33f363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Association/HasMany.php
Expand Up @@ -198,7 +198,7 @@ public function saveAssociated(EntityInterface $entity, array $options = [])
*
* ```
* $user = $users->get(1);
* $allArticles = $articles->find('all')->execute();
* $allArticles = $articles->find('all')->toArray();
* $users->Articles->link($user, $allArticles);
* ```
*
Expand Down

0 comments on commit f33f363

Please sign in to comment.