Skip to content

Commit 7929f96

Browse files
author
Jonathan Visser
committed
Remove custom version parameter from enableHighPerformanceStaticDeploy
1 parent 000b668 commit 7929f96

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/ApplicationTemplate/Magento2.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,11 @@ public function setMagentoBackendThemes(array $themes): void
9292
* - Themes must be set using setMagentoThemes() with locale mapping (e.g., ['Vendor/theme' => 'nl_NL en_US'])
9393
*
9494
* @param bool $enabled Whether to enable high-performance static deployment (default: true)
95-
* @param string $version Version of magento2-static-deploy to use (default: 'latest')
9695
* @see https://github.com/elgentos/magento2-static-deploy
9796
*/
98-
public function enableHighPerformanceStaticDeploy(bool $enabled = true, string $version = 'latest'): self
97+
public function enableHighPerformanceStaticDeploy(bool $enabled = true): self
9998
{
10099
$this->setVariable('high_performance_static_deploy', $enabled);
101-
$this->setVariable('high_performance_static_deploy_version', $version);
102100

103101
return $this;
104102
}

0 commit comments

Comments
 (0)