Skip to content

Commit

Permalink
remove unused funtion
Browse files Browse the repository at this point in the history
  • Loading branch information
pivnicek committed Dec 3, 2024
1 parent 668a631 commit 694b5e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,4 @@ public function isSourceByodb(): bool
{
return (bool) $this->getValue(['parameters', 'isSourceByodb']);
}

public function getByodbSource(): array
{
$sourceByodb = $this->getValue(['parameters', 'sourceByodb']);
assert(array_key_exists($sourceByodb, self::BYODB_DATABASES));
return self::BYODB_DATABASES[$sourceByodb];
}
}

0 comments on commit 694b5e4

Please sign in to comment.