From 72558bda3b4c1b7a5848d43a466d7e3475a408d1 Mon Sep 17 00:00:00 2001 From: Steven Lischer Date: Mon, 2 Jul 2012 12:50:26 -0500 Subject: [PATCH] removed extra newline --- laravel/documentation/database/eloquent.md | 1 - 1 file changed, 1 deletion(-) diff --git a/laravel/documentation/database/eloquent.md b/laravel/documentation/database/eloquent.md index 93f4896f..17156c36 100644 --- a/laravel/documentation/database/eloquent.md +++ b/laravel/documentation/database/eloquent.md @@ -441,7 +441,6 @@ ## Constraining Eager Loads In this example, we're eager loading the posts for the users, but only if the post's "title" column contains the word "first". - ## Getter & Setter Methods