We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2775d47 commit 597ddadCopy full SHA for 597ddad
src/Commands/PushStaleToCyclopsCommand.php
@@ -9,6 +9,8 @@ abstract class PushStaleToCyclopsCommand extends PushStateToCyclopsCommand
9
final function executeUseCase()
10
{
11
$pushUseCase = new PushStaleToCyclopsUseCase($this->getService());
12
- $pushUseCase->execute($this->getList());
+ $pushUseCase->execute($this->getList(), $this->onCustomerCreated());
13
}
14
+
15
+ abstract protected function onCustomerCreated(): callable;
16
0 commit comments