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 5c449a4 commit b3989d8Copy full SHA for b3989d8
setup/src/Magento/Setup/Model/Declaration/Schema/Declaration/ReaderComposite.php
@@ -48,7 +48,7 @@ public function read($scope = null)
48
$schema = array_replace_recursive($schema, $reader->read($scope));
49
}
50
51
- if (!count($schema)) {
+ if (count($schema['table']) === 0) {
52
var_dump($this->deploymentConfig->get());
53
var_dump($this->deploymentConfig->getConfigData());
54
0 commit comments