X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=Civi%2FApi4%2FCountry.php;h=ccc94427890b182a1878c137407bef0a6a8863aa;hb=a99ecd4ce019953a3327321c351d5de986efa6a1;hp=c1845d7ba0340585e93eb3e3efd72e0c4c4fe966;hpb=3b65a28c145ec73973b1c7d5c941404ceacd4b28;p=civicrm-core.git diff --git a/Civi/Api4/Country.php b/Civi/Api4/Country.php index c1845d7ba0..ccc9442789 100644 --- a/Civi/Api4/Country.php +++ b/Civi/Api4/Country.php @@ -24,5 +24,6 @@ namespace Civi\Api4; * @package Civi\Api4 */ class Country extends Generic\DAOEntity { + use Generic\Traits\OptionList; }