瀏覽代碼

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…
取消
儲存