jqh il y a 5 ans
Parent
commit
5a85fab7cb
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  1. 0 8
      src/Form/Field/Currency.php

+ 0 - 8
src/Form/Field/Currency.php

@@ -50,14 +50,6 @@ class Currency extends Text
         return $this->options(compact('digits'));
     }
 
-    /**
-     * {@inheritdoc}
-     */
-    protected function prepareInputValue($value)
-    {
-        return (float) $value;
-    }
-
     /**
      * {@inheritdoc}
      */