Skip to content

Commit

Permalink
Merge pull request #62 from hafidd4/patch-2
Browse files Browse the repository at this point in the history
add name user model in config file
  • Loading branch information
overtrue authored Jun 12, 2023
2 parents cf369de + fb981a3 commit d377b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/like.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
* Model name for like record.
*/
'like_model' => \Overtrue\LaravelLike\Like::class,

'user_model' => App\Models\User::class,
];

0 comments on commit d377b04

Please sign in to comment.