Skip to content

Commit

Permalink
Merge pull request #339 from lloc/refactoring-version-2-8
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
lloc committed Jun 13, 2024
2 parents 30de2f5 + 4ecafd4 commit 311c261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/MslsOptionsTaxTermCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ class MslsOptionsTaxTermCategory extends MslsOptionsTaxTerm {
*
* @var string
*/
protected $base_option = 'category_base';
const BASE_OPTION = 'category_base';

/**
* Base standard definition
*
* @var string
*/
protected $base_defined = 'category';
const BASE_DEFINED = 'category';
}

0 comments on commit 311c261

Please sign in to comment.