lumen-generators/templates/model/relation.wnt
2015-09-23 15:53:55 +01:00

5 lines
73 B
Plaintext

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