diff --git a/src/Web/Documentation/content/main/1-essentials/02-controllers.md b/src/Web/Documentation/content/main/1-essentials/02-controllers.md index 15690e61..c62fd7cc 100644 --- a/src/Web/Documentation/content/main/1-essentials/02-controllers.md +++ b/src/Web/Documentation/content/main/1-essentials/02-controllers.md @@ -367,6 +367,7 @@ Tempest provides several classes, all implementing the {`Tempest\Router\Response - `{php}Ok` — the 200 response. Accepts an optional body. - `{php}Created` — the 201 response. Accepts an optional body. - `{php}Redirect` — redirects to the specified URI. +- `{php}Back` — redirects to previous page, accepts a fallback. - `{php}Download` — downloads a file from the browser. - `{php}File` — shows a file in the browser. - `{php}Invalid` — a response with form validation errors, redirecting to the previous page.