Skip to content

Commit

Permalink
Update LaravelDebugbar.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Feb 15, 2017
1 parent 9d5c0f1 commit 9b70a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelDebugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ protected function addServerTimingHeaders(Response $response)
$headers[] = sprintf('%d=%F; "%s"', $k, $m['duration'], str_replace('"', "'", $m['label']));
}

$response->headers->set('Server-Timing', $collector->getServerTimingHeaders(), false);
$response->headers->set('Server-Timing', $headers, false);
}
}
}

0 comments on commit 9b70a71

Please sign in to comment.