mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2025-03-06 18:30:18 +03:00
5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
|
public function {{name}}()
|
||
|
{
|
||
|
return $this->{{type}}("{{model}}")->withTimestamps();
|
||
|
}
|