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.
2 parents 9056a18 + 2c3283d commit 4838379Copy full SHA for 4838379
src/MappingResolver.php
@@ -37,11 +37,11 @@ public function __construct(ProjectTypeResolver $typeResolver)
37
public function resolve(): FileMappingReaderInterface
38
{
39
$files = [
40
- __DIR__ . '/../templates/mapping/files',
41
sprintf(
42
__DIR__ . '/../templates/mapping/project/%s',
43
$this->typeResolver->resolve(),
44
),
+ __DIR__ . '/../templates/mapping/files',
45
];
46
47
return new UnixFileMappingReader(
0 commit comments