Make name a property of Step.args instead of Step

[MAILPOET-4445]
This commit is contained in:
David Remer
2022-08-12 11:50:45 +03:00
committed by Veljko V
parent 2a09646e8d
commit 24849afb7a
16 changed files with 35 additions and 80 deletions

View File

@@ -36,7 +36,6 @@ class UpdateStepsController {
return new Step(
$data['id'],
$data['name'] ?? null,
$data['type'],
$data['key'],
$data['next_step_id'] ?? null,