Skip to content

Commit

Permalink
COMCL-622: Fix visibilities of services
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Shahrukh committed Jul 25, 2024
1 parent 3c264d8 commit 958d612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Civi/Financeextras/Hook/Container/ServiceContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function register() {
\Civi\Financeextras\Service\CreditNoteInvoiceService::class,
[]
)
)->setAutowired(TRUE);
)->setAutowired(TRUE)->setPublic(TRUE);
}

}

0 comments on commit 958d612

Please sign in to comment.