We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9968675 commit ad706e1Copy full SHA for ad706e1
README.md
@@ -26,7 +26,7 @@ Next add the service provider to your `config/app.php` file:
26
Then add the middleware to your Http Kernel (`app/Http/Kernel.php`). Do so towards the end of the list.
27
```php
28
protected $middleware = [
29
- \Tomschlick\ServerPush\Http2ServerPushMiddleware::class,
+ \TomSchlick\ServerPush\Http2ServerPushMiddleware::class,
30
];
31
```
32
0 commit comments