Skip to content

Instantly share code, notes, and snippets.

@lahaxearnaud
Created November 9, 2018 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahaxearnaud/0b46968067f01bfb5be472595c7d7f6c to your computer and use it in GitHub Desktop.
Save lahaxearnaud/0b46968067f01bfb5be472595c7d7f6c to your computer and use it in GitHub Desktop.
<?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