Skip to content

Commit 6847fb2

Browse files
[11.x] Fix typo in Laravel 11 release middleware notes (#9472)
1 parent 8332d20 commit 6847fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ php artisan install:broadcasting
105105

106106
Previously, new Laravel applications included nine middleware. These middleware performed a variety of tasks such as authenticating requests, trimming input strings, and validating CSRF tokens.
107107

108-
In Laravel 11, these middleware have been moved into the framework itself, so that they do not add bulk to your application's structure. New methods of customizing the behavior of these middleware have been added to the framework and may be invoked from your application's `bootstrap/app.php` file:
108+
In Laravel 11, these middleware have been moved into the framework itself, so that they do not add bulk to your application's structure. New methods for customizing the behavior of these middleware have been added to the framework and may be invoked from your application's `bootstrap/app.php` file:
109109

110110
```php
111111
->withMiddleware(function (Middleware $middleware) {

0 commit comments

Comments
 (0)