Improvements to handling countries.

This commit was merged in pull request #51.
This commit is contained in:
2026-01-20 10:44:07 +01:00
committed by krzysiej
parent 9ec3291a6a
commit f9c58edccd
3 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ use function Symfony\Component\Clock\now;
class Product extends Model
{
public $timestamps = true;
public $fillable = ['skuID'];
public $fillable = ['skuID', 'country_id'];
public function country(): BelongsTo
{