Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Update code to work with Symfony 3 and 4
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Jul 2, 2020
1 parent 8d3d621 commit bc1751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lineitemedit.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function lineitemedit_civicrm_container(\Symfony\Component\DependencyInjection\C
'type' => ['*memory*', 'SqlGroup', 'ArrayCache'],
],
]
))->setFactory('CRM_Utils_Cache::create');
))->setFactory('CRM_Utils_Cache::create')->setPublic(TRUE);
}

function lineitemedit_civicrm_buildForm($formName, &$form) {
Expand Down

0 comments on commit bc1751f

Please sign in to comment.