diff --git a/src/Models/Document.php b/src/Models/Document.php index 8c6c685..7a59c6a 100644 --- a/src/Models/Document.php +++ b/src/Models/Document.php @@ -33,7 +33,7 @@ public function elements(): HasMany return $this->hasMany(Element::class); } - public function render(bool $local = false): HtmlString + public function render(): HtmlString { $rootElement = $this->getRootElement(); $docType = $this->getDocType();