Skip to content

Commit 843c93d

Browse files
committed
Merge 1.0 branch.
Signed-off-by: Bruno Gaspar <[email protected]>
2 parents 2c10522 + 6712851 commit 843c93d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
5353

5454
- Laravel 4 support.
5555

56+
### v1.0.3 - 2016-04-27
57+
58+
`UPDATED`
59+
60+
- Service provider to add missing value on the provides array.
61+
5662
### v1.0.2 - 2015-07-29
5763

5864
`ADDED`

src/StripeServiceProvider.php

+1-1
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)