Skip to content

Commit

Permalink
Merge pull request #2 from RewardGateway/correct_psr4_autoloading
Browse files Browse the repository at this point in the history
Correct PSR4 autoloading
  • Loading branch information
ericmartel committed Jan 27, 2016
2 parents 40b01ff + 3c46911 commit 5e2ad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mailhog.php → src/MailHog.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,4 +421,4 @@ static function sortEmailsByCreationDatePredicate($emailA, $emailB)
$sortKeyB = $emailB->Content->Headers->Date;
return ($sortKeyA > $sortKeyB) ? -1 : 1;
}
}
}

0 comments on commit 5e2ad15

Please sign in to comment.