File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Meta/Catalog/Setup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public function execute(): array
22
22
'type ' => 'varchar ' ,
23
23
'label ' => 'Google Product Category ' ,
24
24
'input ' => 'select ' ,
25
- 'source ' => Meta \Catalog \Model \Config \Source \Product \GoogleProductCategory::class,
25
+ 'source ' => \ Meta \Catalog \Model \Config \Source \Product \GoogleProductCategory::class,
26
26
'required ' => false ,
27
27
'sort_order ' => 10 ,
28
28
'global ' => ScopedAttributeInterface::SCOPE_GLOBAL ,
@@ -37,7 +37,7 @@ public function execute(): array
37
37
'type ' => 'int ' ,
38
38
'label ' => 'Sync to Facebook Catalog ' ,
39
39
'input ' => 'boolean ' ,
40
- 'source ' => Magento \Eav \Model \Entity \Attribute \Source \Boolean::class,
40
+ 'source ' => \ Magento \Eav \Model \Entity \Attribute \Source \Boolean::class,
41
41
'visible ' => true ,
42
42
'default ' => "1 " ,
43
43
'required ' => false ,
You can’t perform that action at this time.
0 commit comments