@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | | If you're using any other column name other than default `user_email` |
| 45 | 45 | | |
| 46 | 46 | */ |
| 47 | - 'email_column' => 'user_email', |
|
| 47 | + 'email_column' => 'user_email', |
|
| 48 | 48 | |
| 49 | 49 | /* |
| 50 | 50 | |-------------------------------------------------------------------------- |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | | If you're using any other column name other than default `user_pass` |
| 55 | 55 | | |
| 56 | 56 | */ |
| 57 | - 'password_column' => 'user_pass', |
|
| 57 | + 'password_column' => 'user_pass', |
|
| 58 | 58 | |
| 59 | 59 | ], |
| 60 | 60 | |