for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Charcoal\Email;
/**
* Email log.
*
* Keep this class in this namespace for compatibility reasons.
*/
class EmailLog extends \Charcoal\Email\Objects\EmailLog
{
}