From 3f0cd2ad645578c0bc9f2fe07e44f776fea88601 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 21 Sep 2021 03:13:07 +0900 Subject: [PATCH] fix: illuminate --- hwe/d_setting/DB.orig.php | 1 - 1 file changed, 1 deletion(-) diff --git a/hwe/d_setting/DB.orig.php b/hwe/d_setting/DB.orig.php index ad9d9dc6..3448ff7e 100644 --- a/hwe/d_setting/DB.orig.php +++ b/hwe/d_setting/DB.orig.php @@ -41,7 +41,6 @@ class DB 'password' => self::$password, 'charset' => self::$encoding, 'collation' => self::$collation, - 'prefix' => static::$prefix, ]); $capsule->setEventDispatcher(new Dispatcher(new Container));