Skip to content

Commit 60d9d69

Browse files
committed
Merge remote-tracking branch 'origin/5.2' into 5.2
2 parents 4222137 + f045b16 commit 60d9d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Laravel route model binding provides a convenient way to inject model instances
285285

286286
### Implicit Binding
287287

288-
Laravel will automatically resolve type-hinted Eloquent model's defined in routes or controller actions whose variable names match a route segment name. For example:
288+
Laravel will automatically resolve type-hinted Eloquent models defined in routes or controller actions whose variable names match a route segment name. For example:
289289

290290
Route::get('api/users/{user}', function (App\User $user) {
291291
return $user->email;

0 commit comments

Comments
 (0)