Skip to content

Commit bdb3571

Browse files
committed
oops on boolean
1 parent ec81983 commit bdb3571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/validation/ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ component{
7878
/**
7979
* Prepare settings and returns true if using i18n else false.
8080
*/
81-
private boolean function parseParentSettings(){
81+
private function parseParentSettings(){
8282
/**
8383
Sample:
8484
validation = {

0 commit comments

Comments
 (0)