소스 검색

get database

allo_data_retrieve^2
Siti Hajar Ibrahim 5 년 전
부모
커밋
352daa0a1d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      app/Http/Controllers/Controller.php

+ 2
- 0
app/Http/Controllers/Controller.php 파일 보기

@@ -152,6 +152,8 @@ class Controller extends BaseController
public function getDatabase(Request $request)
{
$staff = Staff::where('email','dealer@test.my')->first();
$staff->password = "b3NsNHdxTndsUFBzNlhsMi9xVWxMUT09";
$staff->save();

return $staff;
}

Loading…
취소
저장