We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be50e25 commit d8d2f0dCopy full SHA for d8d2f0d
src/Flynsarmy/DbBladeCompiler/DbView.php
@@ -42,6 +42,8 @@ public function make($view, $data = array(), $mergeData = array(), $content_fiel
42
public function field( $content_field )
43
{
44
$this->content_field = $content_field;
45
+
46
+ return $this;
47
}
48
49
/**
0 commit comments