for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace FaithGen\Gallery\Jobs;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
class MessageFollowers implements ShouldQueue
{
use Dispatchable,
Illuminate\Queue\SerializesModels
FaithGen\Gallery\Jobs\MessageFollowers
$id
$relations
$class
$keyBy
InteractsWithQueue,
Queueable,
SerializesModels;
public bool $deleteWhenMissingModels = true;
/**
* Create a new job instance.
*
* @return void
*/
public function __construct()
//
}
* Execute the job.
public function handle()