Skip to content

Commit 3042f1d

Browse files
committed
PLAT-1236 PHP 8.2 support
1 parent 69f9f69 commit 3042f1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Extension/Laravel/Dump.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
*/
2929
class Dump extends AbstractExtension
3030
{
31+
private VarCloner $cloner;
32+
3133
public function __construct()
3234
{
3335
$this->cloner = new VarCloner();

0 commit comments

Comments
 (0)