Skip to content
Snippets Groups Projects
Unverified Commit e74ae601 authored by colemanw's avatar colemanw Committed by GitHub
Browse files

Merge pull request #18433 from eileenmcnaughton/memstatus

#2017 Remove unused property,  override function that just calls parent
parents a9f031b8 6fa2a892
Branches
Tags
No related merge requests found
......@@ -16,19 +16,6 @@
*/
class CRM_Member_BAO_MembershipStatus extends CRM_Member_DAO_MembershipStatus {
/**
* Static holder for the default LT.
* @var int
*/
public static $_defaultMembershipStatus = NULL;
/**
* Class constructor.
*/
public function __construct() {
parent::__construct();
}
/**
* Fetch object based on array of properties.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment