Skip to content

Commit 93859cf

Browse files
committed
Detector: Fix default Production mode
1 parent 78f325c commit 93859cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Detector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public static function detect(
257257
public static function detectProductionMode(
258258
int $mode = self::MODE_SIMPLE,
259259
?string $tempDir = null,
260-
?bool $default = false
260+
?bool $default = true
261261
): ?bool {
262262
if (is_bool($default)) {
263263
$default = !$default;

0 commit comments

Comments
 (0)