Skip to content

Commit 6691ab8

Browse files
committed
Merge pull request propelorm#121 from robin850/master
Typo with alias
2 parents 3af7e82 + 0e0aa72 commit 6691ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/03-basic-crud.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ $authors = AuthorQuery::create()
276276
->limit(5)
277277
->find();
278278
foreach ($authors as $author) {
279-
echo $authors->getFirstName();
279+
echo $author->getFirstName();
280280
}
281281
{% endhighlight %}
282282

0 commit comments

Comments
 (0)