Skip to content

Commit 2470b64

Browse files
committed
Update RenderTorchlight.php
1 parent 2da4237 commit 2470b64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Middleware/RenderTorchlight.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ protected function handleLivewireRequest(JsonResponse $response)
4747

4848
$data = $response->getData();
4949

50-
$html = BladeManager::renderContent(data_get($data, 'effects.html'));
5150
if (data_get($data, 'effects.html')) {
5251
// Livewire v2
5352
$html = BladeManager::renderContent(data_get($data, 'effects.html'));

0 commit comments

Comments
 (0)