Skip to content

Commit

Permalink
Fix class string for callout rule checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 24, 2024
1 parent 80f1a80 commit 4338e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services/checker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<service id="setono_sylius_callout.registry.callout_rule_checker"
class="Sylius\Component\Registry\ServiceRegistry">
<argument type="string">CalloutRuleCheckerInterface</argument>
<argument type="string">Setono\SyliusCalloutPlugin\Checker\Rule\CalloutRuleCheckerInterface</argument>
<argument type="string">callout rule checker</argument>
</service>

Expand Down

0 comments on commit 4338e62

Please sign in to comment.