瀏覽代碼

added current login pin

= 3 月之前
父節點
當前提交
d923704d09
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Models/LoginOrSignupAttempt.php

+ 1 - 1
app/Models/LoginOrSignupAttempt.php

@@ -9,5 +9,5 @@ class LoginOrSignupAttempt extends Model
 {
     use HasFactory;
 
-    protected $table = 'log_in_or_signup_attempt';
+    protected $table = 'login_or_signup_attempt';
 }