Skip to content

Commit

Permalink
Move config
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Apr 17, 2024
1 parent cc41572 commit 29d8a0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/PaymentServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function register()
});

$this->mergeConfigFrom(
__DIR__ . '/config/payment.php',
__DIR__ . '/../config/payment.php',
'payment'
);
}
Expand Down

0 comments on commit 29d8a0d

Please sign in to comment.