Skip to content

Commit 1f64552

Browse files
committed
调整
1 parent e00f1cb commit 1f64552

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Model.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public function __construct(array | object $data = [])
128128
'updateTime' => $options['updateTime'] ?? 'update_time',
129129
'createTime' => $options['createTime'] ?? 'create_time',
130130
'suffix' => $options['suffix'] ?? '',
131-
'pk' => $options['pk'] ?? 'id',
132131
'validate' => $options['validate'] ?? $this->parseValidate(),
133132
'type' => $options['type'] ?? [],
134133
'readonly' => $options['readonly'] ?? [],

0 commit comments

Comments
 (0)