Skip to content

Commit fcdb4cc

Browse files
committed
Merge pull request laravel#3329 from TheShiftExchange/patch-2
Minor update to Stripe config
2 parents 7ac2f37 + c0a78c0 commit fcdb4cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/services.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'stripe' => [
3333
'model' => 'App\User',
3434
'secret' => '',
35+
'public' => '',
3536
],
3637

3738
];

0 commit comments

Comments
 (0)