lumen-generators/templates/model/relation.wnt

5 lines
73 B
Plaintext
Raw Normal View History

public function {{name}}()
{
2015-09-23 17:53:55 +03:00
return $this->{{type}}("{{model}}");
}