mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-06-02 08:29:01 +00:00
Change namespace
This commit is contained in:
@@ -35,7 +35,7 @@ return [
|
||||
],
|
||||
|
||||
'stripe' => [
|
||||
'model' => \Crater\Models\User::class,
|
||||
'model' => \InvoiceShelf\Models\User::class,
|
||||
'key' => env('STRIPE_KEY'),
|
||||
'secret' => env('STRIPE_SECRET'),
|
||||
'webhook' => [
|
||||
|
||||
Reference in New Issue
Block a user