Fix some broken references

This commit is contained in:
Alex Cabal 2024-06-12 15:21:23 -05:00
parent e2ba152f8c
commit 8bcd52a40a
3 changed files with 4 additions and 6 deletions

View file

@ -210,7 +210,7 @@ class HttpInput{
}
}
break;
case Enums\HttpVariableType::DateTime:
case HttpVariableType::DateTime:
if($var != ''){
try{
return new DateTimeImmutable($var);