add web_notifications and email_notifications value to the created user in create method of user controller

This commit is contained in:
2026-03-26 09:06:13 +01:00
parent 32607f32d8
commit c1d7f5cd81
+2
View File
@@ -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,
]); ]);