File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Deploy/Service Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 */
66namespace Magento \Deploy \Service ;
77
8- use Magento \Deploy \Strategy \DeployStrategyFactory ;
9- use Magento \Deploy \Process \QueueFactory ;
108use Magento \Deploy \Console \DeployStaticOptions as Options ;
9+ use Magento \Deploy \Process \QueueFactory ;
10+ use Magento \Deploy \Strategy \DeployStrategyFactory ;
1111use Magento \Framework \App \View \Deployment \Version \StorageInterface ;
1212use Magento \Framework \Exception \LocalizedException ;
1313use Magento \Framework \ObjectManagerInterface ;
@@ -128,7 +128,7 @@ public function deploy(array $options)
128128 }
129129 }
130130
131- if ($ options [Options::NO_JAVASCRIPT ] !== true && $ options [Options::NO_JS_BUNLDE ] !== true ) {
131+ if ($ options [Options::NO_JAVASCRIPT ] !== true && $ options [Options::NO_JS_BUNLDE ] !== true ) {
132132 $ deployBundle = $ this ->objectManager ->create (Bundle::class, [
133133 'logger ' => $ this ->logger
134134 ]);
You can’t perform that action at this time.
0 commit comments