We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5136b5 + 59e3545 commit d71778aCopy full SHA for d71778a
CHANGELOG.md
@@ -17,6 +17,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
17
18
- Support for Laravel 5.1.
19
20
+### v2.0.5 - 2016-04-27
21
+
22
+`UPDATED`
23
24
+- Service provider to add missing value on the provides array.
25
26
### v2.0.4 - 2016-01-18
27
28
`REVISED`
@@ -59,6 +65,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
59
65
60
66
- Laravel 4 support.
61
67
68
+### v1.0.3 - 2016-04-27
69
70
71
72
73
62
74
### v1.0.2 - 2015-07-29
63
75
64
76
`ADDED`
src/StripeServiceProvider.php
@@ -41,7 +41,7 @@ public function register()
41
public function provides()
42
{
43
return [
44
- 'stripe',
+ 'stripe', 'stripe.config'
45
];
46
}
47
0 commit comments