Skip to content

Commit ea99aa1

Browse files
committed
patch code for php 8.4
1 parent e82f8f6 commit ea99aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lfm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Lfm
1717
protected $config;
1818
protected $request;
1919

20-
public function __construct(Config $config = null, Request $request = null)
20+
public function __construct(?Config $config = null, ?Request $request = null)
2121
{
2222
$this->config = $config;
2323
$this->request = $request;

0 commit comments

Comments
 (0)