Remove extra line

This commit is contained in:
Marcus Moore 2023-02-22 12:34:35 -08:00
parent 931ca98c02
commit 7667b0a216
No known key found for this signature in database

View file

@ -23,7 +23,6 @@ class SecurityHeaders
public function handle($request, Closure $next)
{
$this->removeUnwantedHeaders($this->unwantedHeaderList);
$response = $next($request);