diff --git a/src/php/content/Printer.php b/src/php/content/Printer.php index 77f67c8..b030b0b 100644 --- a/src/php/content/Printer.php +++ b/src/php/content/Printer.php @@ -1,7 +1,7 @@ content, $name], ...$args); + $content = func::call([$this->content, $name], ...$args); c::write($content); } }