DOC: update /app/code to /app/src for correct v4 structure

This commit is contained in:
Michael 2021-09-24 15:54:58 +01:00 committed by GitHub
parent de8afcfe07
commit fbf487183e
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;