Merge pull request #8050 from vincentneuts/patch-2

DOCS: Import HTTPRequest missing in Controller example
This commit is contained in:
Robbie Averill 2018-05-04 11:28:37 +12:00 committed by GitHub
commit 9a9b95b4f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ subclass the base `Controller` class.
```php
use SilverStripe\Control\Controller;
use SilverStripe\Control\HTTPRequest;
class TeamController extends Controller
{