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 91c8979 commit b4aaa3fCopy full SHA for b4aaa3f
app/code/Magento/PageBuilder/Block/Adminhtml/System/Config/SwitchAttributeType.php
@@ -18,6 +18,18 @@
18
*/
19
class SwitchAttributeType extends Field
20
{
21
+ /**
22
+ * @param Context $context
23
+ * @param array $data
24
+ * phpcs:disable Generic.CodeAnalysis.UselessOverridingMethod.Found
25
+ */
26
+ public function __construct(
27
+ Context $context,
28
+ array $data = []
29
+ ) {
30
+ parent::__construct($context, $data);
31
+ }
32
+
33
/**
34
* Get text for the modal title heading when user switches to disable
35
*
0 commit comments