Skip to content

Commit b4fb6aa

Browse files
committed
set config as the tag
1 parent bebe5b4 commit b4fb6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/stubs/scaffold/provider.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class $CLASS$ extends ServiceProvider
9090
$configKey = $this->nameLower . '.' . str_replace([DIRECTORY_SEPARATOR, '.php'], ['.', ''], $relativePath);
9191
$key = ($relativePath === 'config.php') ? $this->nameLower : $configKey;
9292

93-
$this->publishes([$file->getPathname() => config_path($relativePath)], $configPath);
93+
$this->publishes([$file->getPathname() => config_path($relativePath)], 'config');
9494
$this->mergeConfigFrom($file->getPathname(), $key);
9595
}
9696
}

0 commit comments

Comments
 (0)