From 0dd7b7e0e7a6bb65d69b022e27a42e80aa7bfec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sat, 30 Sep 2023 20:22:49 +0800 Subject: [PATCH] eee --- ImplodeCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ImplodeCommand.php b/ImplodeCommand.php index 9a37317..30f1d75 100644 --- a/ImplodeCommand.php +++ b/ImplodeCommand.php @@ -56,7 +56,6 @@ class ImplodeCommand extends Command ->addArgument('path', InputArgument::REQUIRED, "save to path", null) ->addOption('database', 'db', InputArgument::OPTIONAL) ->setDescription('php kiri.php db:implode --database users /Users/admin/snowflake-bi/test.sql'); - $this->data = array_flip(get_html_translation_table(ENT_QUOTES | ENT_SUBSTITUTE)); }