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

Commit 0bcb38c

Browse files
committed
Re-instate blockquotes for note.
1 parent c0dd620 commit 0bcb38c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/book/middleware.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ $route = Literal::factory([
5353

5454
Middleware may be provided as PHP callables, or as service names.
5555

56-
### No action required
57-
58-
Unlike action controllers, middleware typically is single purpose, and, as
59-
such, does not require a default `action` parameter.
56+
> ### No action required
57+
>
58+
> Unlike action controllers, middleware typically is single purpose, and, as
59+
> such, does not require a default `action` parameter.
6060
6161
## Middleware services
6262

0 commit comments

Comments
 (0)