From f5537d6c48d9a032ead603e76888a7937f64b6c2 Mon Sep 17 00:00:00 2001 From: ADmad Date: Wed, 1 Apr 2026 18:22:34 +0530 Subject: [PATCH] Remove outdated note on Helpers location --- docs/en/console-commands/input-output.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/en/console-commands/input-output.md b/docs/en/console-commands/input-output.md index 492511ffb6..baa3f7849d 100644 --- a/docs/en/console-commands/input-output.md +++ b/docs/en/console-commands/input-output.md @@ -73,9 +73,6 @@ Helpers generally implement the `output()` method which takes an array of parameters. However, because Console Helpers are vanilla classes they can implement additional methods that take any form of arguments. -> [!NOTE] -> Helpers can also live in `src/Shell/Helper` for backwards compatibility. - ## Built-In Helpers ### Table Helper