use Constants ergänzt

This commit is contained in:
2024-11-04 15:20:44 +01:00
parent a702a211ef
commit df179568c9
4 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class ThankYouController extends ThankYouController_parent
$oOrder = $this->getOrder();
$sCountryId = $oOrder->getFieldData('oxbillcountryid');
/** @var Country $oCountry */
/** @var Country::class $oCountry */
$oCountry = oxNew(Country::class);
$oCountry->load($sCountryId);