Add ability to inject step runners

[PREMIUM-180]
This commit is contained in:
alex-mailpoet
2022-05-24 10:18:40 +03:00
committed by Veljko V
parent 3e76aa672a
commit a1ddef0c99
6 changed files with 25 additions and 6 deletions

View File

@@ -16,10 +16,10 @@ class Step {
private $key;
/** @var string|null */
private $nextStepId;
protected $nextStepId;
/** @var array */
private $args;
protected $args;
public function __construct(
string $id,