mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 22:30:30 -04:00
Fix some broken references
This commit is contained in:
parent
e2ba152f8c
commit
8bcd52a40a
3 changed files with 4 additions and 6 deletions
|
@ -210,7 +210,7 @@ class HttpInput{
|
|||
}
|
||||
}
|
||||
break;
|
||||
case Enums\HttpVariableType::DateTime:
|
||||
case HttpVariableType::DateTime:
|
||||
if($var != ''){
|
||||
try{
|
||||
return new DateTimeImmutable($var);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue