Remove feature flag for different database credentials

This commit is contained in:
Oliver Davies 2024-02-12 19:58:08 +00:00
parent f602b6e1e6
commit 3d0a8215f9
4 changed files with 0 additions and 15 deletions

View file

@ -131,11 +131,6 @@ final class ConfigDto
'runStaticAnalysisOnTests' => new Assert\Optional([
new Assert\Type('bool'),
]),
// TODO: remove this when its been removed from all `build.yaml` files.
'useNewDatabaseCredentials' => new Assert\Optional([
new Assert\Type('bool'),
]),
],
)]
public array $experimental;