Merge pull request #10099 from Michael-HEIW/patch-1

DOC: update /app/code to /app/src for correct v4 structure
This commit is contained in:
Bryn Whyman 2021-10-01 09:32:10 +13:00 committed by GitHub
commit 5c2b287f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ two ways to go about this:
A custom `FormField` which handles the validation. This means the `FormField` can be reused throughout the site and have
the same validation logic applied to it throughout.
**app/code/CustomNumberField.php**
**app/src/CustomNumberField.php**
```php
use SilverStripe\Forms\TextField;