Start working on handling multiple countries at once

This commit is contained in:
2026-01-16 16:20:21 +01:00
parent e1340d45ed
commit 03b74aa33d
4 changed files with 35 additions and 20 deletions

View File

@@ -8,8 +8,10 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
/**
* @property string $countryName
* @property string $productUrl
* @property string $productsUrl
* @property string $cultureCode
* @property string $currency
* @property string $locale
*/
class Country extends Model
{