Merge pull request #8117 from DorsetDigital/patch-6

Update 00_Introduction.md
This commit is contained in:
Loz Calver 2018-05-31 14:38:41 +01:00 committed by GitHub
commit d1e8900853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ $form = new Form(
In practice, this looks like:
**mysite/code/Page.php**
**mysite/code/PageController.php**
```php
use SilverStripe\CMS\Controllers\ContentController;