Skip to content

Commit

Permalink
function test
Browse files Browse the repository at this point in the history
  • Loading branch information
theihasan committed May 2, 2024
1 parent c62eedb commit df93b52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DateTimeConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

class DateTimeConverter
{
public function getValue($value)
{
return $value;
}
}

0 comments on commit df93b52

Please sign in to comment.