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 8e2b6f9 commit cb2aadcCopy full SHA for cb2aadc
lib/internal/Magento/Framework/Setup/Declaration/Schema/Operations/DropReference.php
@@ -35,26 +35,23 @@ public function __construct(DropElement $dropElement)
35
}
36
37
/**
38
- * {@inheritdoc}
39
- * We can drop references and this will not cause any issues.
40
- *
41
- * @return bool
+ * @inheritdoc
42
*/
43
public function isOperationDestructive()
44
{
45
- return false;
+ return true;
46
47
48
49
50
51
public function getOperationName()
52
53
return self::OPERATION_NAME;
54
55
56
57
58
59
public function doOperation(ElementHistory $elementHistory)
60
0 commit comments