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); }