We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cc151 commit 3a9f332Copy full SHA for 3a9f332
src/Flynsarmy/DbBladeCompiler/DbView.php
@@ -109,8 +109,10 @@ protected function getContents()
109
{
110
$field = $this->config->get('db-blade-compiler.model_property');
111
$this->path->{$field} = $this->content_field;
112
+ $compiler = $this->engine->getCompiler();
113
+ $compiler->compile($this->path);
114
- return parent::getContents();
115
+ return $this->engine->getContent($compiler->getCompiledPath($this->path), $this->data);
116
}
117
118
/**
0 commit comments