Skip to content

Commit 6fe4190

Browse files
committed
config file
1 parent 72f3be2 commit 6fe4190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaraStripeServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function boot()
3030

3131
// publish config
3232
$this->publishes([
33-
__DIR__.'/../config/stripe.php' => config_path('lara-stripe.php'),
33+
__DIR__.'/../config/lara-stripe.php' => config_path('lara-stripe.php'),
3434
], 'config');
3535

3636
AliasLoader::getInstance()->alias('LaraStripeCharge', 'Code4mk\LaraStripe\Facades\LStripeCharge');

0 commit comments

Comments
 (0)