diff --git a/src/Services/ConfigurationService.php b/src/Services/ConfigurationService.php index 5facde1..9201ec7 100644 --- a/src/Services/ConfigurationService.php +++ b/src/Services/ConfigurationService.php @@ -96,11 +96,6 @@ class ConfigurationService return trim($scope); } - public function getDatabases() : Databases - { - return $this->databases; - } - public function getNamespace(): string { $coreClass = explode("\\", $this->getCore());