Explorar el Código

added current login pin

= hace 3 meses
padre
commit
d923704d09
Se han modificado 1 ficheros con 1 adiciones y 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';
 }