lumen-generators/templates/model/relation-with-timestamps.wnt

5 lines
106 B
Plaintext
Raw Normal View History

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