Skip to content

Commit 123e7bb

Browse files
author
Bohdan Korablov
committed
MAGETWO-89315: Magento application compatible with cloud
1 parent 68966ae commit 123e7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Setup/FilePermissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __construct(
7878
) {
7979
$this->filesystem = $filesystem;
8080
$this->directoryList = $directoryList;
81-
$this->state = $state ?:ObjectManager::getInstance()->get(State::class);
81+
$this->state = $state ?: ObjectManager::getInstance()->get(State::class);
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)