Skip to content

Instantly share code, notes, and snippets.

@lahaxearnaud
Created November 9, 2018 15:22
Embed
What would you like to do?
<?php
namespace App\Message\Interfaces;
interface Mailer extends Message
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment