We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa25429 commit 9617407Copy full SHA for 9617407
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\\' => './',
+ 'GyroscopsGenerated\\' => './build/',
24
],
25
];
26
0 commit comments