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();
         }