master
parent
dc4bc7f88b
commit
ae3bd41178
|
|
@ -34,6 +34,7 @@ class Approve extends Logic
|
|||
'email' => $this->row->user_email,
|
||||
'phone' => $this->row->user_phone,
|
||||
'password' => Hash::make($password),
|
||||
'active' => true
|
||||
]);
|
||||
|
||||
$user->save();
|
||||
|
|
|
|||
Loading…
Reference in New Issue