We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b147aa commit 8ea97e1Copy full SHA for 8ea97e1
1 file changed
modelsExt/BXLoader.cfc
@@ -6,7 +6,7 @@
6
* Extends Loader and overrides all methods to use BoxLang's native request class loader
7
* instead of the bundled JavaLoader library.
8
*/
9
-component extends="Loader" accessors="true" singleton {
+component extends="cbjavaloader.models.Loader" accessors="true" singleton {
10
11
/**
12
* Constructor — no server-scope key needed for BoxLang native mode.
0 commit comments