From 906dd241b44ebee8cdd66db4bd7dc5ab859051de Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 23 Sep 2021 03:08:49 +0900 Subject: [PATCH] fix: RootDB template --- f_install/templates/RootDB.orig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/f_install/templates/RootDB.orig.php b/f_install/templates/RootDB.orig.php index e415af95..8c4890e7 100644 --- a/f_install/templates/RootDB.orig.php +++ b/f_install/templates/RootDB.orig.php @@ -10,6 +10,7 @@ use Illuminate\Container\Container; class RootDB { private static $uDB = null; + private static ?Capsule $uIlluminate = null; private static $host = '_tK_host_'; private static $user = '_tK_user_';