Skip to content

Commit

Permalink
Merge pull request #15 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Added missing provides
  • Loading branch information
brunogaspar committed Apr 24, 2016
2 parents 8786661 + f777973 commit e35829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StripeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function register()
public function provides()
{
return [
'stripe',
'stripe', 'stripe.config'
];
}

Expand Down

0 comments on commit e35829b

Please sign in to comment.