fix: RootDB template

This commit is contained in:
2021-09-23 03:08:49 +09:00
parent b715918998
commit cbce448f35
+1
View File
@@ -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_';