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
View File
@@ -1,4 +1,5 @@
2017-10-06 DariusIII
* Chg: Update services.php with proper user model
* Fix: Fix category display on pages
* Chg: Update cs of some files, use Category model in Category class
2017-10-05 DariusIII
+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'),
],