Skip to content

Instantly share code, notes, and snippets.

@dbatten5
dbatten5 / EmailTemplate.php
Last active July 19, 2018 09:05
Issue with adding a asm_group_id into an email template
<?php
namespace App\Mail;
use App\Email;
use Illuminate\Mail\Mailable;
class EmailTemplate extends Mailable implements ShouldQueue
{
use Queueable, SerializesModels;
[Homestead] vagrant destroy && vagrant up 59dfd90
==> homestead-7: VM not created. Moving on...
Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Importing base box 'laravel/homestead'...
==> homestead-7: Matching MAC address for NAT networking...
==> homestead-7: Checking if box 'laravel/homestead' version '7.0.0' is up to date...
==> homestead-7: Setting the name of the VM: homestead-7
==> homestead-7: Clearing any previously set network interfaces...
==> homestead-7: Preparing network interfaces based on configuration...
homestead-7: Adapter 1: nat