Skip to content

Commit

Permalink
Also remove the call to the method that no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
cweagans committed Jun 3, 2018
1 parent 1b41036 commit 317198e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Plugin/Patches.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,6 @@ public function postInstall(PackageEvent $event)
}
}
// $localPackage->setExtra($extra);

$this->io->write('');
$this->writePatchReport($this->patchCollection->getPatchesForPackage($package_name), $install_path);
}

/**
Expand Down

0 comments on commit 317198e

Please sign in to comment.