Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit f39ebc8

Browse files
committed
"primaryKey" instead of "pk", see #3 (comment).
1 parent 4b6348a commit f39ebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/twofactor-auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
'models' => [
9292
'user' => [
93-
'pk' => 'id'
93+
'primaryKey' => 'id'
9494
]
9595
],
9696

0 commit comments

Comments
 (0)