Jiang qinghua hace 4 años
padre
commit
e8136429ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Form/Field/Sizeable.php

+ 1 - 1
src/Form/Field/Sizeable.php

@@ -28,7 +28,7 @@ trait Sizeable
     {
         return $this->size('lg');
     }
-    
+
     public function size(?string $size)
     {
         $this->size = $size;