Skip to content

Commit 1e993b2

Browse files
committed
update date added
1 parent a9b958d commit 1e993b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/AuthController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function signon(Request $request)
3030
'phone' => $data['phone'],
3131
'password' => Hash::make($data['password']),
3232
'created_at' => now(),
33+
'updated_at' => now(),
3334
]);
3435

3536
if($id == 1){

0 commit comments

Comments
 (0)