Merge pull request #22487 from mattwire/repeattransactiontemplatecontribution
[civicrm-core.git] / Civi / Api4 / StateProvince.php
index d86c521af19bf1d34c9e2c7b1313442f68d8b588..a42938fb723bc53bd2911425cbe884859e2eeed8 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,13 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
@@ -26,6 +18,5 @@ namespace Civi\Api4;
  * @package Civi\Api4
  */
 class StateProvince extends Generic\DAOEntity {
-  use Generic\Traits\OptionList;
 
 }