mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 23:28:54 +00:00
Change the precision. Should not influence anything.
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
|
|
||||
*/
|
||||
|
||||
bcscale(4);
|
||||
|
||||
|
||||
$app = new Illuminate\Foundation\Application(
|
||||
realpath(__DIR__.'/../')
|
||||
);
|
||||
@@ -26,6 +29,7 @@ $app = new Illuminate\Foundation\Application(
|
||||
|
|
||||
*/
|
||||
|
||||
|
||||
$app->singleton(
|
||||
Illuminate\Contracts\Http\Kernel::class,
|
||||
FireflyIII\Http\Kernel::class
|
||||
|
Reference in New Issue
Block a user