5 lines
73 B
Plaintext
Raw Normal View History

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