We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878f955 commit 71c0c93Copy full SHA for 71c0c93
bootstrap-types.php
@@ -7,6 +7,8 @@
7
use Doctrine\DBAL\Platforms\AbstractPlatform;
8
use Doctrine\DBAL\Types as DbalTypes;
9
10
+ini_set('precision', '1');
11
+
12
final class Types
13
{
14
public const MONEY = 'atk4_money';
0 commit comments