fixed tax rate

This commit is contained in:
Edward Yang 2022-08-10 14:08:19 +08:00
parent 7310e822c5
commit 352badce6b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
class TaxRate extends Base
{
protected $fillable = ['title', 'description'];
protected $fillable = ['region_id', 'name', 'rate', 'type'];
public function region(): BelongsTo
{