Explorar o código

added current login pin

= hai 3 meses
pai
achega
d923704d09
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';
 }