Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-devfront committed Dec 19, 2024
1 parent 207af44 commit d6fa93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/UpgradeContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ public function getPhpVersionResolverService(): PhpVersionResolverService
$this->phpVersionResolverService = new PhpVersionResolverService(
$this->getDistributionApiService(),
$this->getFileLoader(),
$this->getState()->getCurrentVersion()
$this->getProperty(self::PS_VERSION)
);

return $this->phpVersionResolverService;
Expand Down

0 comments on commit d6fa93e

Please sign in to comment.