Skip to content

Commit 667e4ca

Browse files
committed
more instructions
1 parent 40898da commit 667e4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ userService.findAllByCreatedDateBetween(startDate, endDate);
102102
```cfml
103103
component extends="cborm.models.resources.BaseHandler" {
104104
property name="ormService" inject="entityService:User";
105-
105+
106106
variables.entity = "User";
107107
variables.sortOrder = "lastName,firstName";
108108
}

0 commit comments

Comments
 (0)