lumen-generators/templates/model/relation.wnt
Hernawan Fa'iz Abdillah 942b8fefb4 Change tab to space
Using PSR-2 standard.
2016-03-30 14:42:16 +07:00

5 lines
88 B
Plaintext

public function {{name}}()
{
return $this->{{type}}("{{model}}");
}