Fix typo. #744
This commit is contained in:
parent
f760b2c02a
commit
77c2763f53
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class InvoiceManager
|
||||||
new Invoice\TireRepair(),
|
new Invoice\TireRepair(),
|
||||||
new Invoice\DiscountType(),
|
new Invoice\DiscountType(),
|
||||||
new Invoice\TradeIn(),
|
new Invoice\TradeIn(),
|
||||||
new Invoice\Tax,
|
new Invoice\Tax(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue