_HiStOrY_V2_
User::query()->update(['dummy_person'\040=>\040true']);
User::query()->update(['dummy_person'\040=>\040true]);
$user\040=\040User::latest()->first()
$user->dummy_person\040\040\040=\040false;
$user->save()
User::query()->update(['balance'\040=>\0400])
$general\040=\040gs();
$general->secure_password\040=\0400;
$general->save()
$permissions\040=\040['manage_user:mobile_verification',\040'manage_user:email_verification',\040'manage_user:kyc_verification'];
$role->permissions()->pluck('name')
Gateway::first()
$general\040=\040gs();
$user\040=\040User::firstWhere('username',\040'admin')
$user->email\040=\040'rajesh.rxca@gmail.com';
$user->save();
$user->ver_code\040=\040'magic';
$user->save()
$notf\040=\040new\040\134App\134Notifications\134VerificationNotification()
$user->notify($notf);
$user->notify($notf);
$notf\040=\040new\040\134App\134Notifications\134VerificationNotification()
$user\040=\040User::firstWhere('username',\040'admin')
$user->notify($notf);
$user\040=\040User::firstWhere('username',\040'admin')
$notf\040=\040\040new\040\134App\134Notifications\134VerificationNotification
$user->notify($notf);
$fogs\040=\040new\040\134App\134Notifications\134ForgotPasswordNotification
$user->notify($fogs)
new\040Role()
Role::query()->update(['guard_name'\040=>\040'admin'])
