diff --git a/src/Compiler.php b/src/Compiler.php index a4e76d7..27dabfc 100644 --- a/src/Compiler.php +++ b/src/Compiler.php @@ -109,7 +109,7 @@ function compiledPath($path) return $this->compiler->getCompiledPath($this->find($path)); } - function render($path, array $data = []) + function render($path, $data = []) { return $this->compile($path, $data)->render(); }