| @@ -149,7 +149,7 @@ class Controller extends BaseController | |||
| public function getDatabase(Request $request) | |||
| { | |||
| $staff = Staff::where('email','uhanis@gmail.com')->first(); | |||
| $staff = Staff::where('email','uhanis@allo.my')->first(); | |||
| $staff->created_at = Carbon::createFromDate(2020,1)->toDateTimeString(); | |||
| $staff->save(); | |||
| } | |||