Skip to content

Commit

Permalink
Merge pull request #147 from City-of-Helsinki/UHF-9639
Browse files Browse the repository at this point in the history
UHF-9639: Normalize development environment
  • Loading branch information
tuutti authored Feb 8, 2024
2 parents 855a2d4 + a15bccb commit 8956a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Environment/EnvironmentTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ protected function normalizeEnvironmentName(string $environment) : ? string {
// 'staging' and 'testing' instead of 'local', 'test,' 'stage' and 'prod'.
// Map all known environment name variations to match environment resolver.
$environments = [
'development' => 'dev',
'testing' => 'test',
'staging' => 'stage',
'production' => 'prod',
Expand Down

0 comments on commit 8956a5c

Please sign in to comment.