fix: illuminate
This commit is contained in:
@@ -41,7 +41,6 @@ class DB
|
|||||||
'password' => self::$password,
|
'password' => self::$password,
|
||||||
'charset' => self::$encoding,
|
'charset' => self::$encoding,
|
||||||
'collation' => self::$collation,
|
'collation' => self::$collation,
|
||||||
'prefix' => static::$prefix,
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$capsule->setEventDispatcher(new Dispatcher(new Container));
|
$capsule->setEventDispatcher(new Dispatcher(new Container));
|
||||||
|
|||||||
Reference in New Issue
Block a user