Skip to content

Commit d8d2f0d

Browse files
committed
field() method should return
1 parent be50e25 commit d8d2f0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Flynsarmy/DbBladeCompiler/DbView.php

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ public function make($view, $data = array(), $mergeData = array(), $content_fiel
4242
public function field( $content_field )
4343
{
4444
$this->content_field = $content_field;
45+
46+
return $this;
4547
}
4648

4749
/**

0 commit comments

Comments
 (0)