From 63ed3d09d56fd7a64d1e3d8797427bccff32ce76 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 4 Apr 2021 18:01:16 +0200 Subject: [PATCH] Increase digits in bcscale. --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index f7a7e500df..3b5d3d0789 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -33,7 +33,7 @@ use Illuminate\Contracts\View\Factory as ViewFactory; | */ -bcscale(12); +bcscale(24); if (!function_exists('envNonEmpty')) { /**