We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa25429 + 9617407 commit 550fc2eCopy full SHA for 550fc2e
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