Skip to content

Commit 69f9a4b

Browse files
authored
Merge pull request #164 from php-etl/gplanchat-patch-1
Update SatelliteBuilder.php
2 parents 550fc2e + 4784b21 commit 69f9a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Tar/SatelliteBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ final class SatelliteBuilder implements Configurator\SatelliteBuilderInterface
2020
/** @var array<string, array<string, string>> */
2121
private array $composerAutoload = [
2222
'psr4' => [
23-
'GyroscopsGenerated\\' => './build/',
23+
'GyroscopsGenerated\\' => './',
2424
],
2525
];
2626

0 commit comments

Comments
 (0)