Skip to content

Commit d874a76

Browse files
Update ConnectionFactory.php
1 parent 53294df commit d874a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cache/ConnectionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ConnectionFactory
3333
* @return void
3434
*/
3535
public function __construct(
36-
private readonly Factory $cache = null,
36+
private readonly ?Factory $cache = null,
3737
) {
3838
}
3939

0 commit comments

Comments
 (0)