Skip to content

Commit 7e6eb15

Browse files
committed
B2B-1785: Cannot enable remote storage with install command when modules are not enabled
1 parent 3f14c96 commit 7e6eb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ public function validateRemoteStorageConfiguration(array $data)
12221222
{
12231223
try {
12241224
$remoteStorageValidator = $this->objectManagerProvider->get()->get(RemoteStorageValidator::class);
1225-
} catch (ReflectionException $e) { // RemoteStorage module is not enabled; return early
1225+
} catch (ReflectionException $e) { // RemoteStorage module is not available; return early
12261226
return;
12271227
}
12281228

0 commit comments

Comments
 (0)