fix: illuminate

This commit is contained in:
2021-09-21 03:13:07 +09:00
parent 41420d1954
commit 3f0cd2ad64
-1
View File
@@ -41,7 +41,6 @@ class DB
'password' => self::$password,
'charset' => self::$encoding,
'collation' => self::$collation,
'prefix' => static::$prefix,
]);
$capsule->setEventDispatcher(new Dispatcher(new Container));