This commit is contained in:
2025-11-04 00:23:41 +05:00
parent 1f31b020e8
commit 84c4a584a0
4 changed files with 9 additions and 5 deletions

View File

@@ -110,6 +110,8 @@ class RegisterController extends Controller
'must_fill_profile' => true,
]);
$user->assignRole('client');
return $user;
}