Skip to content

Commit

Permalink
Fix "setHidden" method being undefined in Symfony 2.8 (ezsystems#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
natanael89 authored and andrerom committed Jul 11, 2018
1 parent 5f6ca27 commit 4c8321e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -17,7 +17,6 @@ protected function configure()
$this
->setName('ezxmltext:convert-to-richtext-sub-process')
->setDescription('internal command used by ezxmltext:convert-to-richtext')
->setHidden(true)
->addOption(
'offset',
null,
Expand Down

0 comments on commit 4c8321e

Please sign in to comment.