Skip to content

Commit

Permalink
Replace deprecated twig extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomanhez committed Jun 11, 2021
1 parent 68ecef0 commit 79c3db2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Twig/OrderRefundsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
use Sylius\RefundPlugin\Model\RefundType;
use Sylius\RefundPlugin\Provider\OrderRefundedTotalProviderInterface;
use Sylius\RefundPlugin\Provider\UnitRefundedTotalProviderInterface;
use Twig\Extension\AbstractExtension;
use Twig\TwigFunction;

final class OrderRefundsExtension extends \Twig_Extension
final class OrderRefundsExtension extends AbstractExtension
{
/** @var OrderRefundedTotalProviderInterface */
private $orderRefundedTotalProvider;
Expand Down

0 comments on commit 79c3db2

Please sign in to comment.