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