From cc1efe1104c68ed77d0b52bb4941509a38b1896e Mon Sep 17 00:00:00 2001 From: Lukas Juhas Date: Wed, 5 Jan 2022 15:28:53 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- config/feature-flags.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d03d7e9..985ed61 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ return [ * This is particularly useful for running things in the CI, * e.g. Cypress tests. */ - 'override-all' => env('FEATURE_FLAGS_ENABLE_ALL'), + 'override-all' => env('FEATURE_FLAGS_OVERRIDE_ALL'), /** * Override flags. If a feature flag is set inside an override, diff --git a/config/feature-flags.php b/config/feature-flags.php index 8eb2b62..7d1a082 100644 --- a/config/feature-flags.php +++ b/config/feature-flags.php @@ -27,7 +27,7 @@ * This is particularly useful for running things in the CI, * e.g. Cypress tests. */ - 'override-all' => env('FEATURE_FLAGS_ENABLE_ALL'), + 'override-all' => env('FEATURE_FLAGS_OVERRIDE_ALL'), /** * Override flags. If a feature flag is set inside an override,