Skip to content

Commit 3ab12c2

Browse files
committed
fix for primary key for HessamConfiguration model
1 parent 2b375d0 commit 3ab12c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/HessamConfiguration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
*/
1212
class HessamConfiguration extends Model
1313
{
14+
protected $primaryKey = 'key';
15+
1416
public $fillable = [
1517
'key',
1618
'value'

0 commit comments

Comments
 (0)