Skip to content

Commit

Permalink
add name user model in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
hafidd4 authored Apr 5, 2023
1 parent 5ae4732 commit fb981a3
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 fb981a3

Please sign in to comment.