Skip to content

Commit

Permalink
Merge pull request #61 from elnurxf/patch-2
Browse files Browse the repository at this point in the history
Laravel 8 support
  • Loading branch information
zgabievi authored Oct 19, 2020
2 parents 25d1a9c + 77a1bbf commit 5813893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/promocodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
/**
* User model
*/
'user_model' => \App\User::class,
'user_model' => \App\Models\User::class,

/**
* Foreign pivot key for many to many relationship
Expand Down

0 comments on commit 5813893

Please sign in to comment.