From fbf487183e65ea60246578607d6a810c692a3057 Mon Sep 17 00:00:00 2001 From: Michael <71503011+Michael-HEIW@users.noreply.github.com> Date: Fri, 24 Sep 2021 15:54:58 +0100 Subject: [PATCH] DOC: update /app/code to /app/src for correct v4 structure --- docs/en/02_Developer_Guides/03_Forms/01_Validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/03_Forms/01_Validation.md b/docs/en/02_Developer_Guides/03_Forms/01_Validation.md index d282694c1d0..4abcd0f9d20 100644 --- a/docs/en/02_Developer_Guides/03_Forms/01_Validation.md +++ b/docs/en/02_Developer_Guides/03_Forms/01_Validation.md @@ -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;