jqh 5 лет назад
Родитель
Сommit
0f19e55986
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      src/Form/StepBuilder.php

+ 0 - 4
src/Form/StepBuilder.php

@@ -158,10 +158,6 @@ class StepBuilder
      */
     public function getDoneStep()
     {
-        if (! $this->stepForms) {
-            return;
-        }
-
         if (! $this->doneStep) {
             $this->setDefaultDonePage();
         }