fix: RootDB template

This commit is contained in:
2021-09-23 03:08:49 +09:00
parent 3f0cd2ad64
commit 906dd241b4
+1
View File
@@ -10,6 +10,7 @@ use Illuminate\Container\Container;
class RootDB class RootDB
{ {
private static $uDB = null; private static $uDB = null;
private static ?Capsule $uIlluminate = null;
private static $host = '_tK_host_'; private static $host = '_tK_host_';
private static $user = '_tK_user_'; private static $user = '_tK_user_';