Skip to content

Commit

Permalink
DOC: update /app/code to /app/src for correct v4 structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-HEIW authored Sep 24, 2021
1 parent de8afcf commit fbf4871
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 fbf4871

Please sign in to comment.