jqh 5 년 전
부모
커밋
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();
         }