Refactor function and configuration names for experimental features

This commit is contained in:
Andras Bacsai
2024-10-24 22:00:26 +02:00
parent 0c34e81b2b
commit b1d2914c08
5 changed files with 7 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ class StartSentinel
public function handle(Server $server, bool $restart = false)
{
// TODO: Sentinel is not available in this version (soon).
if (! isExperimentalEnabled()) {
if (! isExperimentalFeaturesEnabled()) {
return;
}
$version = get_latest_sentinel_version();