Skip to content

Commit

Permalink
fix: fix copy of copied classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhanovichA committed Jul 26, 2023
1 parent 01009b8 commit a4db567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/classes/resources/CopierServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public function __invoke(ContainerConfigurator $configurator): void

$services
->set(ResourceTransferProxy::class, ResourceTransferProxy::class)
->share(false)
->public()
->args(
[
Expand Down

0 comments on commit a4db567

Please sign in to comment.