From 0408ff15b6fc7b7b3da3d20f96d73b7f2fc72867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 19 Jan 2021 18:58:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gii/Gii.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gii/Gii.php b/Gii/Gii.php index 222da4ca..6d75f857 100644 --- a/Gii/Gii.php +++ b/Gii/Gii.php @@ -114,6 +114,8 @@ class Gii if ($this->db) { return $this->makeByDatabases($make, $input); } + + var_dump($this->input->exists('databases')); if ($this->input->exists('databases')) { $db = $this->input->get('databases', 'db'); $this->db = Snowflake::app()->db->get($db);