Skip to content

Commit

Permalink
added app end on the Application.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jul 12, 2023
1 parent e3a4a3a commit 4c75c0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ component {
return application.cbBootstrap.onMissingTemplate( argumentCollection = arguments );
}

public void function onApplicationEnd( struct appScope ){
arguments.appScope.cbBootstrap.onApplicationEnd( arguments.appScope );
}

/**
* Application Reinitialization
**/
Expand Down

0 comments on commit 4c75c0c

Please sign in to comment.