We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd02a7 commit f87bcf9Copy full SHA for f87bcf9
src/LaravelOmnipayServiceProvider.php
@@ -5,7 +5,7 @@ class LaravelOmnipayServiceProvider extends BaseServiceProvider
5
public function boot()
6
{
7
// Publish config
8
- $configPath = __DIR__ . '/../../config/config.php';
+ $configPath = __DIR__ . '/config/config.php';
9
$this->publishes([$configPath => config_path('laravel-omnipay.php')], 'config');
10
}
11
0 commit comments