Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilvestre authored Mar 13, 2024
1 parent 79d3dda commit af1fc4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ services:
tags:
- { name: !php/const Synolia\SyliusSchedulerCommandPlugin\Checker\IsDueCheckerInterface::TAG_ID }

Synolia\SyliusSchedulerCommandPlugin\Checker\SoftLimitThresholdIsDueChecker:
tags:
- { name: !php/const Synolia\SyliusSchedulerCommandPlugin\Checker\IsDueCheckerInterface::TAG_ID }

Synolia\SyliusSchedulerCommandPlugin\Voter\IsDueVoterInterface:
class: Synolia\SyliusSchedulerCommandPlugin\Voter\IsDueVoter
arguments:
Expand Down

0 comments on commit af1fc4c

Please sign in to comment.