DOCS add missing trailing ; in code block

This commit is contained in:
Christopher Darling 2018-03-08 20:41:11 +00:00 committed by GitHub
parent ef63e42e35
commit 278f19068e
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