Skip to content

Commit c6a53f9

Browse files
Made a woopsie
1 parent 7a43920 commit c6a53f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ public static function isFalsy(mixed $value): bool
6262
return !$value;
6363
}
6464

65-
return false;
65+
return true;
6666
}
6767
}

0 commit comments

Comments
 (0)