We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7bcdc commit 4a09d89Copy full SHA for 4a09d89
core/v1/models.md
@@ -224,7 +224,7 @@ class User extends Model
224
## Retrieving Models {#retrieving-models}
225
226
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.
+If you've used Laravel's [Eloquent ORM](https://laravel.com/docs/eloquent), you'll feel right at home.
228
229
You can think of a model as a powerful query builder allowing you to query your directory for objects
230
fluently and easily.
0 commit comments