Skip to content

Commit

Permalink
2018 case sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Sep 25, 2024
1 parent 8aa4db9 commit 4232b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/logging/AppenderService.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ component accessors="true" singleton {
public void function createDetachedAppender(
required string name,
struct properties = {},
string class = "cbelasticsearch.models.logging.LogStashAppender"
string class = "cbelasticsearch.models.logging.LogstashAppender"
){
structAppend(
arguments.properties,
Expand Down

0 comments on commit 4232b45

Please sign in to comment.