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