We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a910f8 commit af26d20Copy full SHA for af26d20
1 file changed
src/Middleware/RequestHandler.php
@@ -130,7 +130,7 @@ protected function completeRequestHandling(
130
131
$this->handleProtectedGlobals();
132
133
- if(isset($this->viewModel) && instanceof HTMLDocument) {
+ if(isset($this->viewModel) && $this->viewModel instanceof HTMLDocument) {
134
$this->handleHTMLDocumentViewModel();
135
// $this->handleCsrf($request);
136
}
0 commit comments