From 9bc9aa0bb0367e41750efcd3506ade4665af3715 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 10 Sep 2017 09:54:00 +0200 Subject: [PATCH] Add bcscale again. --- bootstrap/app.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index ebd712abe1..a1a50466dd 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -11,6 +11,9 @@ | */ +bcscale(12); + + $app = new Illuminate\Foundation\Application( realpath(__DIR__.'/../') );