mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -15,10 +15,11 @@ class TaxType extends Model
|
||||
|
||||
protected $casts = [
|
||||
'percent' => 'float',
|
||||
'compound_tax' => 'boolean'
|
||||
'compound_tax' => 'boolean',
|
||||
];
|
||||
|
||||
public const TYPE_GENERAL = 'GENERAL';
|
||||
|
||||
public const TYPE_MODULE = 'MODULE';
|
||||
|
||||
public function taxes()
|
||||
|
||||
Reference in New Issue
Block a user