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 5
5
*/
6
6
namespace Magento \Deploy \Service ;
7
7
8
- use Magento \Deploy \Strategy \DeployStrategyFactory ;
9
- use Magento \Deploy \Process \QueueFactory ;
10
8
use Magento \Deploy \Console \DeployStaticOptions as Options ;
9
+ use Magento \Deploy \Process \QueueFactory ;
10
+ use Magento \Deploy \Strategy \DeployStrategyFactory ;
11
11
use Magento \Framework \App \View \Deployment \Version \StorageInterface ;
12
12
use Magento \Framework \Exception \LocalizedException ;
13
13
use Magento \Framework \ObjectManagerInterface ;
@@ -128,7 +128,7 @@ public function deploy(array $options)
128
128
}
129
129
}
130
130
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 ) {
132
132
$ deployBundle = $ this ->objectManager ->create (Bundle::class, [
133
133
'logger ' => $ this ->logger
134
134
]);
You can’t perform that action at this time.
0 commit comments