Skip to content

Commit

Permalink
Merge pull request #18505 from seamuslee001/afform_container_fix
Browse files Browse the repository at this point in the history
[REF] Fix visibility of afform_scanner container service for Symfony …
  • Loading branch information
eileenmcnaughton authored Sep 18, 2020
2 parents d6ae26b + b53fe17 commit e68535e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/afform/core/afform.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function afform_civicrm_container($container) {
$container->setDefinition('afform_scanner', new \Symfony\Component\DependencyInjection\Definition(
'CRM_Afform_AfformScanner',
[]
));
))->setPublic(TRUE);
}

/**
Expand Down

0 comments on commit e68535e

Please sign in to comment.