Skip to content

Commit f87bcf9

Browse files
authored
Update LaravelOmnipayServiceProvider.php
1 parent cbd02a7 commit f87bcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelOmnipayServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class LaravelOmnipayServiceProvider extends BaseServiceProvider
55
public function boot()
66
{
77
// Publish config
8-
$configPath = __DIR__ . '/../../config/config.php';
8+
$configPath = __DIR__ . '/config/config.php';
99
$this->publishes([$configPath => config_path('laravel-omnipay.php')], 'config');
1010
}
1111
}

0 commit comments

Comments
 (0)