Skip to content

Commit 6f93595

Browse files
committed
Enabler: Fix override
1 parent f013177 commit 6f93595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enabler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Enabler
2424
private const DEFAULT_TTL = '1 hour';
2525

2626
private string $tempDir;
27-
private ?bool $override;
27+
private ?bool $override = null;
2828

2929
/** @var array<string, string|bool> */
3030
private array $cookieOptions = [

0 commit comments

Comments
 (0)