fix for case-independency for the environment
This commit is contained in:
parent
12cb4b48c9
commit
ac0a3d2bac
@ -107,7 +107,7 @@ class ContainerBuilder implements BuilderInterface
|
||||
*/
|
||||
public function setEnv(string $environmentType = Environment::DEV): self
|
||||
{
|
||||
$this->env = $environmentType;
|
||||
$this->env = strtoupper($environmentType);
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user