Skip to content

Commit 22968a0

Browse files
committed
Add PSR-15 middleware
1 parent 6a021c9 commit 22968a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ $session = new MemorySession();
153153

154154
### PSR-15 middleware setup
155155

156-
For this example we use the [leage/container](https://github.com/thephpleague/container) package.
157-
158156
#### Configuration
159157

160158
Add your application-specific settings.
@@ -174,6 +172,8 @@ return [
174172
];
175173
```
176174

175+
For this example we use the [leage/container](https://github.com/thephpleague/container) package.
176+
177177
Add the PSR-15 middleware factory:
178178

179179
```php

0 commit comments

Comments
 (0)