There was an error while loading. Please reload this page.
2 parents 7f0bf88 + 19fe5ea commit 054e67cCopy full SHA for 054e67c
README.md
@@ -23,7 +23,7 @@ In `app/Http/Kernel.php`
23
```php
24
protected $routeMiddleware = [
25
/// Other Middleware
26
- 'xml' => XmlRequestMiddleware::class,
+ 'xml' => \XmlMiddleware\XmlRequestMiddleware::class,
27
];
28
```
29
0 commit comments