#124: Corrected the base class in the comment replied to mailable.
This commit is contained in:
parent
461517dd55
commit
0519a4ecc5
@ -8,14 +8,13 @@ use App\Photo;
|
|||||||
use App\PhotoComment;
|
use App\PhotoComment;
|
||||||
use App\User;
|
use App\User;
|
||||||
use Illuminate\Bus\Queueable;
|
use Illuminate\Bus\Queueable;
|
||||||
use Illuminate\Mail\Mailable;
|
|
||||||
use Illuminate\Queue\SerializesModels;
|
use Illuminate\Queue\SerializesModels;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* E-mail notification to the poster of a comment that is sent when it has been approved.
|
* E-mail notification to the poster of a comment that is sent when it has been approved.
|
||||||
* @package App\Mail
|
* @package App\Mail
|
||||||
*/
|
*/
|
||||||
class PhotoCommentRepliedTo extends Mailable
|
class PhotoCommentRepliedTo extends MailableBase
|
||||||
{
|
{
|
||||||
use Queueable, SerializesModels;
|
use Queueable, SerializesModels;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user