Skip to content

Commit f049a15

Browse files
committed
chore(agent): change function name
1 parent c1712c5 commit f049a15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

agent/fw_laravel_queue.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ NR_PHP_WRAPPER_END
844844
* used by wrapping the handle method of the HorizonCommand and
845845
* SupervisorCommand class.
846846
*/
847-
NR_PHP_WRAPPER(nr_laravel_horizon_end) {
847+
NR_PHP_WRAPPER(nr_laravel_horizon_end_txn) {
848848
NR_UNUSED_SPECIALFN;
849849
(void)wraprec;
850850

@@ -895,10 +895,10 @@ void nr_laravel_queue_enable(TSRMLS_D) {
895895
*/
896896
nr_php_wrap_user_function_before_after_clean(
897897
NR_PSTR("Laravel\\Horizon\\Console\\HorizonCommand::handle"),
898-
nr_laravel_horizon_end, NULL, NULL);
898+
nr_laravel_horizon_end_txn, NULL, NULL);
899899
nr_php_wrap_user_function_before_after_clean(
900900
NR_PSTR("Laravel\\Horizon\\Console\\SupervisorCommand::handle"),
901-
nr_laravel_horizon_end, NULL, NULL);
901+
nr_laravel_horizon_end_txn, NULL, NULL);
902902

903903
#else
904904

0 commit comments

Comments
 (0)