mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
commit
5c2b287f9b
@ -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
|
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.
|
the same validation logic applied to it throughout.
|
||||||
|
|
||||||
**app/code/CustomNumberField.php**
|
**app/src/CustomNumberField.php**
|
||||||
|
|
||||||
```php
|
```php
|
||||||
use SilverStripe\Forms\TextField;
|
use SilverStripe\Forms\TextField;
|
||||||
|
Loading…
Reference in New Issue
Block a user