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.
1 parent 550fc2e commit 4784b21Copy full SHA for 4784b21
src/Adapter/Tar/SatelliteBuilder.php
@@ -20,7 +20,7 @@ final class SatelliteBuilder implements Configurator\SatelliteBuilderInterface
20
/** @var array<string, array<string, string>> */
21
private array $composerAutoload = [
22
'psr4' => [
23
- 'GyroscopsGenerated\\' => './build/',
+ 'GyroscopsGenerated\\' => './',
24
],
25
];
26
0 commit comments