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

5 lines
106 B
Plaintext

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