Skip to content

Commit 6e2b333

Browse files
committed
fix rector
1 parent 5580ef8 commit 6e2b333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/SQLite3/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Connection extends BaseConnection
6464
*
6565
* @see https://www.sqlite.org/pragma.html#pragma_synchronous
6666
*/
67-
protected ?int $synchronous;
67+
protected ?int $synchronous = null;
6868

6969
/**
7070
* @return void

0 commit comments

Comments
 (0)