Skip to content

Instantly share code, notes, and snippets.

<?php
namespace App\Http\Livewire;
use App\Models\State;
use Livewire\Component;
class EditState extends Component
{
<?php
namespace App\Jobs;
use App\Mail\Monitor;
use App\Models\Domain;
use App\Models\Event;
use App\Models\User;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
<?php
namespace App\Jobs;
use App\Models\Domain;
use App\Models\Event;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;