Exemplo n.º 1
0
 public function guardar()
 {
     User::insert([['name' => $this->name, 'email' => $this->email, 'password' => $this->password, 'sw_activo' => $this->sw_activo]]);
     return true;
 }