Skip to content

Commit 8ea97e1

Browse files
committed
Fix relative mapping
1 parent 2b147aa commit 8ea97e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modelsExt/BXLoader.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Extends Loader and overrides all methods to use BoxLang's native request class loader
77
* instead of the bundled JavaLoader library.
88
*/
9-
component extends="Loader" accessors="true" singleton {
9+
component extends="cbjavaloader.models.Loader" accessors="true" singleton {
1010

1111
/**
1212
* Constructor — no server-scope key needed for BoxLang native mode.

0 commit comments

Comments
 (0)