Skip to content

Commit 34a56c5

Browse files
committed
config added
1 parent 0c02f17 commit 34a56c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/LaraPaymentServiceProvider.php

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ class LaraPaymentServiceProvider extends ServiceProvider
1313
*/
1414
public function boot()
1515
{
16-
//
16+
17+
$this->publishes([
18+
__DIR__.'/../config/lara_payments.php' => config_path('lara_payments.php')
19+
], 'config');
20+
21+
1722
}
1823

1924
/**

0 commit comments

Comments
 (0)