|
|
@ -50,7 +50,8 @@ class UserToProyekController extends Controller |
|
|
|
"user_id" => $item, |
|
|
|
"user_id" => $item, |
|
|
|
"proyek_id" => $request->proyek_id, |
|
|
|
"proyek_id" => $request->proyek_id, |
|
|
|
"created_by" => $this->currentName, |
|
|
|
"created_by" => $this->currentName, |
|
|
|
'is_customer'=>true |
|
|
|
'is_customer'=>true, |
|
|
|
|
|
|
|
'project_role'=> $request->project_role |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
$result = UserToProyek::create($dataInsert); |
|
|
|
$result = UserToProyek::create($dataInsert); |
|
|
|