removed extra newline

This commit is contained in:
Steven Lischer
2012-07-02 12:50:26 -05:00
parent 550913843e
commit 72558bda3b

View File

@@ -441,7 +441,6 @@ Sometimes you may wish to eager load a relationship, but also specify a conditio
In this example, we're eager loading the posts for the users, but only if the post's "title" column contains the word "first".
<a name="getter-and-setter-methods"></a>
## Getter & Setter Methods