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