Skip to content

Commit cec8915

Browse files
MC-17014: Cannot Save FPT (Fixed Product Tax) On Catalog Product For Specific Website
- Fix static tests.
1 parent 123dd8b commit cec8915

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Weee/Model/Attribute/Backend/Weee

1 file changed

+2
-0
lines changed

app/code/Magento/Weee/Model/Attribute/Backend/Weee/Tax.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ public function __construct(
7070
* Get backend model name.
7171
*
7272
* @return string
73+
* phpcs:disable Magento2.Functions.StaticFunction
7374
*/
7475
public static function getBackendModelName()
7576
{
77+
// phpcs:enable Magento2.Functions.StaticFunction
7678
return \Magento\Weee\Model\Attribute\Backend\Weee\Tax::class;
7779
}
7880

0 commit comments

Comments
 (0)