We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5580ef8 commit 6e2b333Copy full SHA for 6e2b333
system/Database/SQLite3/Connection.php
@@ -64,7 +64,7 @@ class Connection extends BaseConnection
64
*
65
* @see https://www.sqlite.org/pragma.html#pragma_synchronous
66
*/
67
- protected ?int $synchronous;
+ protected ?int $synchronous = null;
68
69
/**
70
* @return void
0 commit comments