This commit is contained in:
2021-08-17 16:23:49 +08:00
parent 1a89c6c8be
commit 7cbf6e3bdf
12 changed files with 631 additions and 598 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ class Gii
return $this->makeByDatabases($make, $input);
}
$db = $this->input->get('databases', 'db');
$this->db = Kiri::app()->db->get($db);
$this->db = Kiri::app()->get('db')->get($db);
return $this->makeByDatabases($make, $input);
}