generate() public method

Compile model template.
public generate ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Generate Model
  */
 public function model()
 {
     $this->make($this->paths->ModelPath(), $this->model->generate());
 }