We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e4750 commit 4c53728Copy full SHA for 4c53728
src/DatabaseRepositoryServiceProvider.php
@@ -41,7 +41,7 @@ public function register(): void
41
{
42
if ($this->app instanceof LaravelApplication && $this->app->runningInConsole()) {
43
$this->publishes([
44
- __DIR__.'/config/' . self::CONFIG_FILE => config_path(self::CONFIG_FILE),
+ __DIR__.'/Config/' . self::CONFIG_FILE => config_path(self::CONFIG_FILE),
45
], 'config');
46
} elseif ($this->app instanceof LumenApplication) {
47
$this->app->configure('repository');
0 commit comments