You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting php notices when trying to get a country code by a country name.
$country = (new Countries)->getByName('United Kingdom');
Notice: Undefined property: stdClass::$currency in .../vendor/rapidwebltd/php-countries/src/DataSources/MledozeCountriesJson.php on line 47
Notice: Undefined property: stdClass::$callingCode in ../vendor/rapidwebltd/php-countries/src/DataSources/MledozeCountriesJson.php on line 48
I am getting the same notices when I try to get all the countries.
$country = (new Countries)->all();
It looks like those 2 properties simply do not exist.
The text was updated successfully, but these errors were encountered:
I am getting php notices when trying to get a country code by a country name.
I am getting the same notices when I try to get all the countries.
It looks like those 2 properties simply do not exist.
The text was updated successfully, but these errors were encountered: