Skip to content

Commit 612d784

Browse files
author
Thibault GRANADA
committed
Fix debugbar decorator not returning headers
1 parent ff05dd3 commit 612d784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/BarryvdhLaravelDebugbar/DebugbarTransportDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ public static function formatDuration($seconds)
188188

189189
public function getResponseHeaders(): array
190190
{
191-
$this->transport->getResponseHeaders();
191+
return $this->transport->getResponseHeaders();
192192
}
193193
}

0 commit comments

Comments
 (0)