Skip to content

Commit

Permalink
Merge pull request #10099 from Michael-HEIW/patch-1
Browse files Browse the repository at this point in the history
DOC: update /app/code to /app/src for correct v4 structure
  • Loading branch information
Bryn Whyman authored Sep 30, 2021
2 parents de8afcf + fbf4871 commit 5c2b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/02_Developer_Guides/03_Forms/01_Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c2b287

Please sign in to comment.