We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67e7bd commit 7c1c193Copy full SHA for 7c1c193
src/Facades/FeatureFlag.php
@@ -9,6 +9,8 @@
9
* @see \Codinglabs\FeatureFlags\FeatureFlags
10
*
11
* @method static bool isOn(string $feature)
12
+ * @method static bool isOff(string $feature)
13
+ * @method static FeatureState getState(string $feature)
14
* @method static void updateFeatureState(string $feature, FeatureState $state)
15
* @method static void turnOn(string $feature)
16
* @method static void turnOff(string $feature)
0 commit comments