Skip to content

Commit

Permalink
Assigned type into the Autoload DTO
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Oct 31, 2023
1 parent a8de128 commit 0297e5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public function __invoke(Cloud\Command\Workflow\DeclareWorkflowCommand $command)
->setAutoloads($command->composer->autoload()->map(
fn (PSR4AutoloadConfig $autoloadConfig) => (new Api\Model\ComposerAutoload())
->setNamespace($autoloadConfig->namespace)
->setType('psr-4')
->setPaths($autoloadConfig->paths)
))
->setPackages($command->composer->packages()->transform())
Expand Down

0 comments on commit 0297e5c

Please sign in to comment.