$name, 'value' => true, ]); return $this; } function withFeatureDisabled($name) { FeatureFlagModel::createOrUpdate([ 'name' => $name, 'value' => false, ]); return $this; } }