Use trait instead of class for Entity Bridges; add OptionList trait
[civicrm-core.git] / Civi / Api4 / LocationType.php
index 836e59463f7384cd00a71f76c5773a4b8f2ba416..35d96e91aaf09327fc8984875b4ffe33020c2c18 100644 (file)
  +--------------------------------------------------------------------+
  */
 
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
- */
-
-
 namespace Civi\Api4;
 
 /**
@@ -27,5 +18,6 @@ namespace Civi\Api4;
  * @package Civi\Api4
  */
 class LocationType extends Generic\DAOEntity {
+  use Generic\Traits\OptionList;
 
 }