for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Padosoft\SuperCacheInvalidate\Events;
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\SerializesModels;
class BatchCompleted
{
use Dispatchable;
use SerializesModels;
Illuminate\Queue\SerializesModels
Padosoft\SuperCacheInval...e\Events\BatchCompleted
$collectionClass
$id
$relations
$class
$connection
$keyBy
public string $batch_ID;
public function __construct(string $batch_ID)
$this->batch_ID = $batch_ID;
}