We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d6305 commit 985f18dCopy full SHA for 985f18d
README.md
@@ -61,7 +61,7 @@ In the above we have used a callback. Overall the following options are availabl
61
62
- A controller handler action in format `[TestController::class, 'index']`. `TestController` instance will be created and
63
`index()` method will be executed.
64
-- A name of PSR-15 middleware class. The middleware instance will be obtained from container executed.
+- A name of PSR-15 middleware class. The middleware instance will be obtained from container.
65
- A function returning a middleware such as
66
```php
67
static function (): MiddlewareInterface {
0 commit comments