diff --git a/src/Tags/Partial.php b/src/Tags/Partial.php index 061ea26966..f487f31faa 100644 --- a/src/Tags/Partial.php +++ b/src/Tags/Partial.php @@ -31,7 +31,7 @@ protected function render($partial) ->render(); } - protected function getSlotContent() + private function getSlotContent() { $content = trim($this->parse());