Skip to content

Commit e35829b

Browse files
committed
Merge pull request #15 from GrahamCampbell/patch-1
Added missing provides
2 parents 8786661 + f777973 commit e35829b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StripeServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function register()
4141
public function provides()
4242
{
4343
return [
44-
'stripe',
44+
'stripe', 'stripe.config'
4545
];
4646
}
4747

0 commit comments

Comments
 (0)