Make name a property of Step.args instead of Step
[MAILPOET-4445]
This commit is contained in:
@@ -36,7 +36,6 @@ class UpdateStepsController {
|
||||
|
||||
return new Step(
|
||||
$data['id'],
|
||||
$data['name'] ?? null,
|
||||
$data['type'],
|
||||
$data['key'],
|
||||
$data['next_step_id'] ?? null,
|
||||
|
Reference in New Issue
Block a user