Skip to content

Commit

Permalink
fix for primary key for HessamConfiguration model
Browse files Browse the repository at this point in the history
  • Loading branch information
samberrry committed Jan 21, 2021
1 parent 2b375d0 commit 3ab12c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Models/HessamConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
*/
class HessamConfiguration extends Model
{
protected $primaryKey = 'key';

public $fillable = [
'key',
'value'
Expand Down

0 comments on commit 3ab12c2

Please sign in to comment.