Skip to content

Commit 4c53728

Browse files
committed
Fix Config Name
1 parent 97e4750 commit 4c53728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DatabaseRepositoryServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function register(): void
4141
{
4242
if ($this->app instanceof LaravelApplication && $this->app->runningInConsole()) {
4343
$this->publishes([
44-
__DIR__.'/config/' . self::CONFIG_FILE => config_path(self::CONFIG_FILE),
44+
__DIR__.'/Config/' . self::CONFIG_FILE => config_path(self::CONFIG_FILE),
4545
], 'config');
4646
} elseif ($this->app instanceof LumenApplication) {
4747
$this->app->configure('repository');

0 commit comments

Comments
 (0)