We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00f1cb commit 1f64552Copy full SHA for 1f64552
src/Model.php
@@ -128,7 +128,6 @@ public function __construct(array | object $data = [])
128
'updateTime' => $options['updateTime'] ?? 'update_time',
129
'createTime' => $options['createTime'] ?? 'create_time',
130
'suffix' => $options['suffix'] ?? '',
131
- 'pk' => $options['pk'] ?? 'id',
132
'validate' => $options['validate'] ?? $this->parseValidate(),
133
'type' => $options['type'] ?? [],
134
'readonly' => $options['readonly'] ?? [],
0 commit comments