add web_notifications and email_notifications value to the created user in create method of user controller
This commit is contained in:
@@ -51,6 +51,8 @@ class UserController extends Controller
|
|||||||
"lastname" => $request["lastname"],
|
"lastname" => $request["lastname"],
|
||||||
"validate" => 0,
|
"validate" => 0,
|
||||||
"phone" => $phone->formatInternational(),
|
"phone" => $phone->formatInternational(),
|
||||||
|
"web_notifiactions" => 1,
|
||||||
|
"email_notifications" => 1,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user