Skip to content

Commit

Permalink
Merge pull request #1735 from cultuurnet/III-5990-improve-naming
Browse files Browse the repository at this point in the history
III-5990 change name for readability
  • Loading branch information
JonasVHG authored Jul 29, 2024
2 parents c035ced + fc5c1bd commit cc6442c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Event/EventCommandHandlerProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function () use ($container): CopyEventHandler {
return new CopyEventHandler(
$container->get('event_repository'),
$container->get(ProductionRepository::class),
$container->get('config')['copy_production'] ?? true
$container->get('config')['add_copied_event_to_parent_production'] ?? true
);
}
);
Expand Down

0 comments on commit cc6442c

Please sign in to comment.