Skip to content

Commit

Permalink
Update Application.cfc
Browse files Browse the repository at this point in the history
Added this.suppressRemoteComponentContent = false;
  • Loading branch information
richardherbert authored Dec 31, 2024
1 parent a39276e commit 1fd9d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cfml/tests/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ component {

// any mappings go here, we create one that points to the root called test.
this.mappings[ "/tests" ] = getDirectoryFromPath( getCurrentTemplatePath() );
// Turn on/off remote cfc content whitespace
this.suppressRemoteComponentContent = false;

// any orm definitions go here.

Expand Down

0 comments on commit 1fd9d37

Please sign in to comment.