Skip to content

Commit 4784b21

Browse files
authored
Update SatelliteBuilder.php
1 parent 550fc2e commit 4784b21

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)