mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Update services.php with proper user model
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
2017-10-06 DariusIII
|
2017-10-06 DariusIII
|
||||||
|
* Chg: Update services.php with proper user model
|
||||||
* Fix: Fix category display on pages
|
* Fix: Fix category display on pages
|
||||||
* Chg: Update cs of some files, use Category model in Category class
|
* Chg: Update cs of some files, use Category model in Category class
|
||||||
2017-10-05 DariusIII
|
2017-10-05 DariusIII
|
||||||
|
|||||||
+1
-1
@@ -30,7 +30,7 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'stripe' => [
|
'stripe' => [
|
||||||
'model' => App\User::class,
|
'model' => App\Models\User::class,
|
||||||
'key' => env('STRIPE_KEY'),
|
'key' => env('STRIPE_KEY'),
|
||||||
'secret' => env('STRIPE_SECRET'),
|
'secret' => env('STRIPE_SECRET'),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user