Start working on handling multiple countries at once
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user