Skip to content

Commit 16b662b

Browse files
authored
Update PhpDebugBarMiddleware.php
1 parent d768dc6 commit 16b662b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpDebugBarMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ private function getContentTypeByFileName(string $filename): string
190190
return $map[$ext] ?? 'text/plain';
191191
}
192192

193-
private function isHtmlResponse(Response $response): bool
193+
protected function isHtmlResponse(Response $response): bool
194194
{
195195
return $this->isHtml($response, 'Content-Type');
196196
}

0 commit comments

Comments
 (0)