Skip to content

Commit

Permalink
kepe config
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 5, 2021
1 parent d481136 commit f42351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function (string $filePath, string $prefix, string $content): string {
// unprefixed ContainerConfigurator
function (string $filePath, string $prefix, string $content): string {
// keep vendor prefixed the prefixed file loading; not part of public API
if (str_contains($filePath, 'vendor')) {
if (str_contains($filePath, 'vendor') || ! str_contains($filePath, 'config')) {
return $content;
}

Expand Down

0 comments on commit f42351c

Please sign in to comment.