<?php
/**
 * Created by PhpStorm.
 * User: lee
 * Date: 11/3/15
 * Time: 1:42 PM
 */

namespace Neuron\Log\Destination;

use Neuron\Log;

// todo: email

class Email
{

}

