Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
elnurxf authored Oct 16, 2020
1 parent 25a8010 commit 77a1bbf
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 77a1bbf

Please sign in to comment.