Skip to content

Commit 7fd1886

Browse files
author
AkkuFresh
authored
Change User model location to Models\User
1 parent 6d68985 commit 7fd1886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131

3232
'stripe' => [
33-
'model' => App\User::class,
33+
'model' => App\Models\User::class,
3434
'key' => env('STRIPE_KEY'),
3535
'secret' => env('STRIPE_SECRET'),
3636
],

0 commit comments

Comments
 (0)