Skip to content

Commit 75ab337

Browse files
committed
fix: Rename feature option
1 parent 596e550 commit 75ab337

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/Config/Feature.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class Feature extends BaseConfig
2828
public bool $limitZeroAsAll = true;
2929

3030
/**
31-
* Use an strict localization comparison (with territory en-*) instead of an abbreviated value
32-
* Previously, the territory was cut off (en-* as en) before localization comparing
31+
* Set `false` to use strict localization comparison (with territory en-*) instead of an abbreviated value.
32+
* Set `true`, so territory was cut off (en-* as en) before localization comparing.
3333
*/
34-
public bool $simpleNegotiateLocale = true;
34+
public bool $looseLocaleNegotiation = true;
3535
}

0 commit comments

Comments
 (0)