@@ -102,14 +102,14 @@ |
||
102 | 102 | $this->translator = $translator; |
103 | 103 | } |
104 | 104 | |
105 | - public function getStep(): StepInterface |
|
106 | - { |
|
107 | - if (!$this->step) { |
|
108 | - throw new \RuntimeException('Step is not defined in current step action. Did you run the "configure()" method?'); |
|
109 | - } |
|
110 | - |
|
111 | - return $this->step; |
|
112 | - } |
|
105 | + public function getStep(): StepInterface |
|
106 | + { |
|
107 | + if (!$this->step) { |
|
108 | + throw new \RuntimeException('Step is not defined in current step action. Did you run the "configure()" method?'); |
|
109 | + } |
|
110 | + |
|
111 | + return $this->step; |
|
112 | + } |
|
113 | 113 | |
114 | 114 | /** |
115 | 115 | * {@inheritdoc} |