company; $countryCode = $event->country; $currencyId = country($countryCode)?->getCurrency(); $currencyData = currency($currencyId); $currencyCode = $currencyData->getCurrency(); $user = $company->owner; $companyDefaultService = new CompanyDefaultService(); $companyDefaultService->createCompanyDefaults($company, $user, $currencyCode); } }