master
Rustem 2025-06-24 13:27:31 +05:00
parent dc4bc7f88b
commit ae3bd41178
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class Approve extends Logic
'email' => $this->row->user_email, 'email' => $this->row->user_email,
'phone' => $this->row->user_phone, 'phone' => $this->row->user_phone,
'password' => Hash::make($password), 'password' => Hash::make($password),
'active' => true
]); ]);
$user->save(); $user->save();