Skip to content

Commit cdab1cb

Browse files
committed
Try to be more specific about config file
1 parent cf217d9 commit cdab1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ElocryptServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ElocryptServiceProvider extends ServiceProvider
1818
public function boot()
1919
{
2020
$this->publishes([
21-
__DIR__ . '/../config' => config_path()
21+
__DIR__ . '/../config/elocrypt.php' => config_path('elocrypt.php'),
2222
], 'config');
2323
}
2424

0 commit comments

Comments
 (0)