X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FCountry.php;h=ccc94427890b182a1878c137407bef0a6a8863aa;hb=a99ecd4ce019953a3327321c351d5de986efa6a1;hp=619cc6c3601fdaa423f5f5adb2192ab5b6794b98;hpb=6842e722468feb7ad6e36b8aaf728fbf8f221be9;p=civicrm-core.git diff --git a/Civi/Api4/Country.php b/Civi/Api4/Country.php index 619cc6c360..ccc9442789 100644 --- a/Civi/Api4/Country.php +++ b/Civi/Api4/Country.php @@ -14,8 +14,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ namespace Civi\Api4; @@ -26,5 +24,6 @@ namespace Civi\Api4; * @package Civi\Api4 */ class Country extends Generic\DAOEntity { + use Generic\Traits\OptionList; }