From cd7bf32e4b8f56ebd7ccf908c192e004a40bc7f2 Mon Sep 17 00:00:00 2001 From: Dennis Bijsterveld Date: Fri, 9 May 2014 16:14:15 +0200 Subject: [PATCH] Update dialoghelper.rst Consistent use of $this->getHelperSet() --- components/console/helpers/dialoghelper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/helpers/dialoghelper.rst b/components/console/helpers/dialoghelper.rst index 8cef76d6ff2..ff6ca161c5d 100644 --- a/components/console/helpers/dialoghelper.rst +++ b/components/console/helpers/dialoghelper.rst @@ -192,7 +192,7 @@ Instead, you can use the method, which makes sure that the user can only enter a valid string from a predefined list:: - $dialog = $app->getHelperSet()->get('dialog'); + $dialog = $this->getHelperSet()->get('dialog'); $colors = array('red', 'blue', 'yellow'); $color = $dialog->select(