An array of allowed values for APP_ENV */ private function getAllowedEnvs(): array { return ['prod', 'dev', 'test']; } }