Jiang qinghua 3 anni fa
parent
commit
e8136429ad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;