改名
This commit is contained in:
@@ -57,7 +57,7 @@ class DatabasesProviders extends Providers
|
|||||||
if (!$application->has('databases.' . $name)) {
|
if (!$application->has('databases.' . $name)) {
|
||||||
$application->set('databases.' . $name, $this->_settings($this->getConfig($name)));
|
$application->set('databases.' . $name, $this->_settings($this->getConfig($name)));
|
||||||
}
|
}
|
||||||
var_dump($this->_settings($this->getConfig($name)));
|
var_dump($application->get('databases.' . $name));
|
||||||
return $application->get('databases.' . $name);
|
return $application->get('databases.' . $name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user