diff --git a/src/mailhog.php b/src/MailHog.php similarity index 99% rename from src/mailhog.php rename to src/MailHog.php index e1102d3..59c71eb 100644 --- a/src/mailhog.php +++ b/src/MailHog.php @@ -421,4 +421,4 @@ static function sortEmailsByCreationDatePredicate($emailA, $emailB) $sortKeyB = $emailB->Content->Headers->Date; return ($sortKeyA > $sortKeyB) ? -1 : 1; } -} \ No newline at end of file +}