Merge pull request #7615 from zarocknz/patch-1

Update 05_Middlewares.md
This commit is contained in:
Damian Mooyman 2017-11-20 13:48:07 +13:00 committed by GitHub
commit d338c33f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ will deliberately return a different response, e.g. an error response or a redir
**mysite/code/CustomMiddleware.php**
```php
use SilverStripe\Control\Middleware\HTTPMiddleware
use SilverStripe\Control\Middleware\HTTPMiddleware;
use SilverStripe\Control\HTTPRequest;
class CustomMiddleware implements HTTPMiddleware