mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Drop BCscale significantly. This breaks support for long crypto currencies.
This commit is contained in:
parent
b0215a23fb
commit
9fe70fb8d8
@ -28,11 +28,11 @@ declare(strict_types=1);
|
|||||||
|
|
|
|
||||||
| The first thing we will do is create a new Laravel application instance
|
| The first thing we will do is create a new Laravel application instance
|
||||||
| which serves as the "glue" for all the components of Laravel, and is
|
| which serves as the "glue" for all the components of Laravel, and is
|
||||||
| the IoC container for the system binding all of the various parts.
|
| the IoC container for the system binding all the various parts.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
bcscale(24);
|
bcscale(12);
|
||||||
|
|
||||||
if (!function_exists('envNonEmpty')) {
|
if (!function_exists('envNonEmpty')) {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user