File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments