rename database

This commit is contained in:
Surendran
2018-07-18 17:47:58 +08:00
parent ec537c729b
commit 2eaab2b061
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class AuthController extends Controller
$token = mt_rand(0000,9999);
// for testing
if($request->phone == '0123456789'){
if($request->phone == '0143499252'){
$token = "1234";
}