Skip to content

Commit fadb14a

Browse files
authored
update config tag name (#266)
1 parent f1a0867 commit fadb14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/PaymentServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function boot()
2828
[
2929
Payment::getDefaultConfigPath() => config_path('payment.php'),
3030
],
31-
'config'
31+
'payment-config'
3232
);
3333

3434
/**

0 commit comments

Comments
 (0)