Skip to content

Commit 952842f

Browse files
authored
disable primary key
1 parent 50cf509 commit 952842f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/Models/UserSetting.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*/
1414
class UserSetting extends Eloquent\Model
1515
{
16+
protected $primaryKey = null;
1617
public $incrementing = false;
1718
public $timestamps = false;
1819

0 commit comments

Comments
 (0)