Skip to content

Commit 4a09d89

Browse files
committed
Fixed link
1 parent ac7bcdc commit 4a09d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/v1/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class User extends Model
224224
## Retrieving Models {#retrieving-models}
225225

226226
Once you've created an LdapRecord model you're ready to start retrieving data from your directory.
227-
If you've used Laravel's [Eloquent ORM](https://laravel.com/docs/core/v1/eloquent), you'll feel right at home.
227+
If you've used Laravel's [Eloquent ORM](https://laravel.com/docs/eloquent), you'll feel right at home.
228228

229229
You can think of a model as a powerful query builder allowing you to query your directory for objects
230230
fluently and easily.

0 commit comments

Comments
 (0)