fixed tax rate
This commit is contained in:
parent
7310e822c5
commit
352badce6b
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue