Update services.php with proper user model

This commit is contained in:
DariusIII
2017-10-06 15:16:32 +02:00
parent dee7ea0418
commit abc0b50350
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ return [
],
'stripe' => [
'model' => App\User::class,
'model' => App\Models\User::class,
'key' => env('STRIPE_KEY'),
'secret' => env('STRIPE_SECRET'),
],