Skip to content

Commit

Permalink
Merge pull request #164 from php-etl/gplanchat-patch-1
Browse files Browse the repository at this point in the history
Update SatelliteBuilder.php
  • Loading branch information
gplanchat authored Dec 6, 2024
2 parents 550fc2e + 4784b21 commit 69f9a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/Tar/SatelliteBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class SatelliteBuilder implements Configurator\SatelliteBuilderInterface
/** @var array<string, array<string, string>> */
private array $composerAutoload = [
'psr4' => [
'GyroscopsGenerated\\' => './build/',
'GyroscopsGenerated\\' => './',
],
];

Expand Down

0 comments on commit 69f9a4b

Please sign in to comment.