Big cleanup

This commit is contained in:
Greyscale 2020-06-18 19:11:14 +02:00
parent 049814387a
commit 40950feb27

View file

@ -96,11 +96,6 @@ class ConfigurationService
return trim($scope);
}
public function getDatabases() : Databases
{
return $this->databases;
}
public function getNamespace(): string
{
$coreClass = explode("\\", $this->getCore());