We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68966ae commit 123e7bbCopy full SHA for 123e7bb
lib/internal/Magento/Framework/Setup/FilePermissions.php
@@ -78,7 +78,7 @@ public function __construct(
78
) {
79
$this->filesystem = $filesystem;
80
$this->directoryList = $directoryList;
81
- $this->state = $state ?:ObjectManager::getInstance()->get(State::class);
+ $this->state = $state ?: ObjectManager::getInstance()->get(State::class);
82
}
83
84
/**
0 commit comments