diff --git a/extend/catcher/Utils.php b/extend/catcher/Utils.php index 4d4fcc8..f882768 100644 --- a/extend/catcher/Utils.php +++ b/extend/catcher/Utils.php @@ -64,8 +64,6 @@ class Utils */ public static function importTreeData($data, $table, $pid = 'parent_id',$primaryKey = 'id') { - $table = \config('database.connections.mysql.prefix') . $table; - foreach ($data as $value) { if (isset($value[$primaryKey])) { unset($value[$primaryKey]);