pianzhou2021 hace 3 años
padre
commit
2938e3968e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
     }