We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2c6de commit 3297876Copy full SHA for 3297876
1 file changed
src/SimpleSAML/XHTML/Template.php
@@ -576,10 +576,10 @@ public function getContents(): string
576
* @return $this This response.
577
* @throws \Exception if the template cannot be found.
578
*/
579
- public function send(): static
+ public function send(bool $flush = true): static
580
{
581
$this->content = $this->getContents();
582
- return parent::send();
+ return parent::send($flush);
583
}
584
585
0 commit comments