Remove feature flag for different database credentials
This commit is contained in:
parent
f602b6e1e6
commit
3d0a8215f9
4 changed files with 0 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue