Przeglądaj źródła

added current login pin

= 3 miesięcy temu
rodzic
commit
d923704d09
1 zmienionych plików z 1 dodań i 1 usunięć
  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';
 }