diff --git a/models/Document.cfc b/models/Document.cfc index 5ae858b..2e6ccd5 100644 --- a/models/Document.cfc +++ b/models/Document.cfc @@ -7,7 +7,7 @@ * @license Apache v2.0 * */ -component accessors="true" { +component threadsafe accessors="true" { property name="config" inject="Config@cbelasticsearch";