Remove redundant variable declared in the parent class
authorcolemanw <coleman@civicrm.org>
Thu, 8 Jun 2023 23:03:50 +0000 (19:03 -0400)
committercolemanw <coleman@civicrm.org>
Thu, 8 Jun 2023 23:03:50 +0000 (19:03 -0400)
CRM/Admin/Form/Generic.php

index 10e6765c6f0d1e7d263622b1b1e992adfa7325e1..8f996a28863dd82bf0a6570b39a215faa796dc41 100644 (file)
@@ -24,7 +24,6 @@ class CRM_Admin_Form_Generic extends CRM_Core_Form {
   use CRM_Admin_Form_SettingTrait;
 
   protected $_settings = [];
-  public $_defaults = [];
 
   /**
    * @var bool