Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 424a5bd

Browse files
committed
Merge branch 'hotfix/625'
Close #625
2 parents 29d9bb5 + 1b9e20d commit 424a5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/v3/cookbook/autowiring-routes-and-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The delegator factory looks for configuration that looks like the following:
1919

2020
```php
2121
return [
22-
'pipeline_middleware' => [
22+
'middleware_pipeline' => [
2323
[
2424
// required:
2525
'middleware' => 'Middleware service or pipeline',
@@ -84,7 +84,7 @@ following keys:
8484
- `path` (optional, string): if you wish to path-segregate the middleware, provide a
8585
literal path prefix that must be matched in order to dispatch the given
8686
middleware.
87-
- `priority` (optional, integer): The elements in the `pipeline_middleware`
87+
- `priority` (optional, integer): The elements in the `middleware_pipeline`
8888
section are piped to the application in the order in which they are discovered
8989
— which could have ramifications if multiple components and/or modules
9090
provide pipeline middleware. If you wish to force a certain order, you may use

0 commit comments

Comments
 (0)