We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
auth_
$tables
1 parent 6ed08e7 commit eafae2cCopy full SHA for eafae2c
1 file changed
src/Config/Auth.php
@@ -58,13 +58,13 @@ class Auth extends BaseConfig
58
* @var array<string, string>
59
*/
60
public array $tables = [
61
- 'users' => 'users',
62
- 'auth_identities' => 'auth_identities',
63
- 'auth_logins' => 'auth_logins',
64
- 'auth_token_logins' => 'auth_token_logins',
65
- 'auth_remember_tokens' => 'auth_remember_tokens',
66
- 'auth_groups_users' => 'auth_groups_users',
67
- 'auth_permissions_users' => 'auth_permissions_users',
+ 'users' => 'users',
+ 'identities' => 'auth_identities',
+ 'logins' => 'auth_logins',
+ 'token_logins' => 'auth_token_logins',
+ 'remember_tokens' => 'auth_remember_tokens',
+ 'groups_users' => 'auth_groups_users',
+ 'permissions_users' => 'auth_permissions_users',
68
];
69
70
/**
0 commit comments