pianzhou2021 vor 2 Jahren
Ursprung
Commit
2938e3968e
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      src/Form/Concerns/HasFields.php

+ 2 - 0
src/Form/Concerns/HasFields.php

@@ -7,6 +7,7 @@
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */
+
 namespace Dcat\Admin\Form\Concerns;
 
 use Dcat\Admin\Contracts\FieldsCollection;
@@ -30,6 +31,7 @@ trait HasFields
         if (! $this->fields) {
             $this->resetFields();
         }
+
         return $this->fields;
     }