From f7e88e6c1831ee68bffee5243deb60528c34bb85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 9 Nov 2021 10:48:27 +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 --- src/DatabasesProviders.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DatabasesProviders.php b/src/DatabasesProviders.php index d72a37f..4c69b4c 100644 --- a/src/DatabasesProviders.php +++ b/src/DatabasesProviders.php @@ -57,6 +57,7 @@ class DatabasesProviders extends Providers if (!$application->has('databases.' . $name)) { $application->set('databases.' . $name, $this->_settings($this->getConfig($name))); } + var_dump($this->_settings($this->getConfig($name))); return $application->get('databases.' . $name); }