File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -844,7 +844,7 @@ NR_PHP_WRAPPER_END
844
844
* used by wrapping the handle method of the HorizonCommand and
845
845
* SupervisorCommand class.
846
846
*/
847
- NR_PHP_WRAPPER (nr_laravel_horizon_end ) {
847
+ NR_PHP_WRAPPER (nr_laravel_horizon_end_txn ) {
848
848
NR_UNUSED_SPECIALFN ;
849
849
(void )wraprec ;
850
850
@@ -895,10 +895,10 @@ void nr_laravel_queue_enable(TSRMLS_D) {
895
895
*/
896
896
nr_php_wrap_user_function_before_after_clean (
897
897
NR_PSTR ("Laravel\\Horizon\\Console\\HorizonCommand::handle" ),
898
- nr_laravel_horizon_end , NULL , NULL );
898
+ nr_laravel_horizon_end_txn , NULL , NULL );
899
899
nr_php_wrap_user_function_before_after_clean (
900
900
NR_PSTR ("Laravel\\Horizon\\Console\\SupervisorCommand::handle" ),
901
- nr_laravel_horizon_end , NULL , NULL );
901
+ nr_laravel_horizon_end_txn , NULL , NULL );
902
902
903
903
#else
904
904
You can’t perform that action at this time.
0 commit comments