Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 22d5077

Browse files
committed
#266 Self update is not detecting the installed version
1 parent d6f203f commit 22d5077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Installer/SelfUpdateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function isEnabled()
9292
*/
9393
protected function initialize(InputInterface $input, OutputInterface $output)
9494
{
95+
parent::initialize($input, $output);
9596
$this->fs = new Filesystem();
9697
$this->output = $output;
9798

0 commit comments

Comments
 (0)