Skip to content

Commit

Permalink
Make OrderShipmentTaxesApplicator final service again
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Feb 15, 2021
1 parent c566534 commit 7e30681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TaxesApplicator/OrderShipmentTaxesApplicator.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* This class is not covered by the backward compatibility promise and it will be removed after update Sylius to 1.9.
* It is a duplication of a logic from Sylius to provide proper adjustments handling.
*/
class OrderShipmentTaxesApplicator implements OrderTaxesApplicatorInterface
final class OrderShipmentTaxesApplicator implements OrderTaxesApplicatorInterface
{
/** @var CalculatorInterface */
private $calculator;
Expand Down

0 comments on commit 7e30681

Please sign in to comment.