Browse Source

removed extra newline

Steven Lischer 12 years ago
parent
commit
72558bda3b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      laravel/documentation/database/eloquent.md

+ 0 - 1
laravel/documentation/database/eloquent.md

@@ -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".
 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>
 <a name="getter-and-setter-methods"></a>
 ## Getter & Setter Methods
 ## Getter & Setter Methods