Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 35cdd4b

Browse files
committed
replace kernel with get kernel in clone
1 parent ef8e5b4 commit 35cdd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public function __clone()
451451
$this->application = $application;
452452

453453
if ($this->framework === 'laravel') {
454-
$this->rebindKernelContainer($this->kernel);
454+
$this->rebindKernelContainer($this->getKernel());
455455
}
456456
}
457457
}

0 commit comments

Comments
 (0)