Merge pull request #23609 from briennekordis/leading_zero_fix
[civicrm-core.git] / CRM / Admin / Page / PaymentProcessorType.php
index 78823ef4803b714c44c2f1147631a8101beb4bb8..5167b45afaaa684617084e2b1bb526f98c4871ad 100644 (file)
@@ -105,4 +105,13 @@ class CRM_Admin_Page_PaymentProcessorType extends CRM_Core_Page_Basic {
     return 'civicrm/admin/paymentProcessorType';
   }
 
+  /**
+   * Get any properties that should always be present in each row (null if no value).
+   *
+   * @return array
+   */
+  protected function getExpectedRowProperties(): array {
+    return ['class', 'description'];
+  }
+
 }