You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/en/middleware-pipelines.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,9 @@ You can use any of these formats:
61
61
- A string for your DI container to resolve the middleware, e.g. `FooMiddleware::class`.
62
62
- An [extended callable definition](callable-definitions-extended.md). A callable should either be a middleware itself or return a configured middleware object.
63
63
64
+
> **Note:** The formats above are supported by the default `PushMiddlewareFactory`. When using a custom
65
+
> `PushMiddlewareFactoryInterface` implementation, it may accept additional definition formats.
0 commit comments