mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update services.php with proper user model
This commit is contained in:
@@ -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
@@ -30,7 +30,7 @@ return [
|
||||
],
|
||||
|
||||
'stripe' => [
|
||||
'model' => App\User::class,
|
||||
'model' => App\Models\User::class,
|
||||
'key' => env('STRIPE_KEY'),
|
||||
'secret' => env('STRIPE_SECRET'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user