Skip to content

Commit fb1494e

Browse files
author
Robert Kummer
committed
publishing configuration also necessary
1 parent d475ba5 commit fb1494e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/ConfigurationServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function register()
3232

3333
if ($this->app->runningInConsole()) {
3434
$this->publishes([
35-
$configuration['file'] => config_path($configuration['alias']),
35+
$this->packagePath($configuration['file']) => config_path($configuration['alias']),
3636
], 'config');
3737
}
3838
});

0 commit comments

Comments
 (0)