From 86e6a93434f2a608d8e510ad6c3e7b9ba9aa1fb1 Mon Sep 17 00:00:00 2001 From: antonellomangone Date: Sat, 24 Jan 2026 20:22:13 +0100 Subject: [PATCH] Update forms.md --- src/guide/start/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/start/forms.md b/src/guide/start/forms.md index 235e3e7a..42f8ecb3 100644 --- a/src/guide/start/forms.md +++ b/src/guide/start/forms.md @@ -25,7 +25,7 @@ make composer require yiisoft/form-model ## Creating a form The data to be requested from the user will be represented by a `Form` class as shown below and -saved in the file `/src/App/Web/Echo/Form.php`: +saved in the file `/src/Web/Echo/Form.php`: ```php