Add ability to inject step runners
[PREMIUM-180]
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user