Attendize/app/Mailers/UserMailer.php

16 lines
167 B
PHP
Raw Normal View History

2016-02-29 15:59:36 +00:00
<?php
/*
Attendize.com - Event Management & Ticketing
*/
/**
2016-03-05 00:18:10 +00:00
* Description of UserMailer.
2016-02-29 15:59:36 +00:00
*
* @author Dave
*/
2016-03-05 00:18:10 +00:00
class UserMailer
{
2016-02-29 15:59:36 +00:00
//put your code here
}