mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
refactor namespace and update routes for api
This commit is contained in:
@@ -35,7 +35,7 @@ return [
|
||||
],
|
||||
|
||||
'stripe' => [
|
||||
'model' => Laraspace\User::class,
|
||||
'model' => Crater\User::class,
|
||||
'key' => env('STRIPE_KEY'),
|
||||
'secret' => env('STRIPE_SECRET'),
|
||||
'webhook' => [
|
||||
|
||||
Reference in New Issue
Block a user