File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/core/Mage/Weee/Model/Attribute/Backend/Weee Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
* @package Mage_Weee
7
7
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://magento.com)
8
8
* @copyright Copyright (c) 2019-2024 The OpenMage Contributors (https://openmage.org)
9
- * @copyright Copyright (c) 2024 Maho (https://mahocommerce.com)
9
+ * @copyright Copyright (c) 2024-2025 Maho (https://mahocommerce.com)
10
10
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
11
11
*/
12
12
class Mage_Weee_Model_Attribute_Backend_Weee_Tax extends Mage_Catalog_Model_Product_Attribute_Backend_Price
@@ -26,6 +26,7 @@ public static function getBackendModelName()
26
26
*/
27
27
protected function _getResource ()
28
28
{
29
+ /** @var Mage_Weee_Model_Resource_Attribute_Backend_Weee_Tax */
29
30
return Mage::getResourceSingleton (self ::getBackendModelName ());
30
31
}
31
32
You can’t perform that action at this time.
0 commit comments