mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-27 22:45:27 +03:00
942b8fefb4
Using PSR-2 standard.
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
public function {{name}}()
|
|
{
|
|
return $this->{{type}}("{{model}}")->withTimestamps();
|
|
}
|