Skip to content

Commit cd7bf32

Browse files
bijsterdeeweaverryan
authored andcommitted
Update dialoghelper.rst
Consistent use of $this->getHelperSet()
1 parent 9f1a354 commit cd7bf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/dialoghelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Instead, you can use the
192192
method, which makes sure that the user can only enter a valid string
193193
from a predefined list::
194194

195-
$dialog = $app->getHelperSet()->get('dialog');
195+
$dialog = $this->getHelperSet()->get('dialog');
196196
$colors = array('red', 'blue', 'yellow');
197197

198198
$color = $dialog->select(

0 commit comments

Comments
 (0)