Skip to content

Commit eafae2c

Browse files
datamwebkenjis
authored andcommitted
delete auth_ from $tables keys
1 parent 6ed08e7 commit eafae2c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/Config/Auth.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ class Auth extends BaseConfig
5858
* @var array<string, string>
5959
*/
6060
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',
61+
'users' => 'users',
62+
'identities' => 'auth_identities',
63+
'logins' => 'auth_logins',
64+
'token_logins' => 'auth_token_logins',
65+
'remember_tokens' => 'auth_remember_tokens',
66+
'groups_users' => 'auth_groups_users',
67+
'permissions_users' => 'auth_permissions_users',
6868
];
6969

7070
/**

0 commit comments

Comments
 (0)