mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Change the precision. Should not influence anything.
This commit is contained in:
@@ -354,7 +354,6 @@ class TestData
|
||||
*/
|
||||
public static function createGroceries(User $user, Carbon $date): bool
|
||||
{
|
||||
bcscale(2);
|
||||
$start = clone $date;
|
||||
$end = clone $date;
|
||||
$today = new Carbon;
|
||||
|
||||
Reference in New Issue
Block a user