debug the nikarayan job
This commit is contained in:
@@ -18,12 +18,10 @@ class UpdateRoadObservedInfoByNikarayanJob implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
public $queue = 'nikarayan';
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*/
|
||||
public function __construct(public Request $request, public RoadObserved $roadObserved, public $files) {}
|
||||
public function __construct(public array $request, public RoadObserved $roadObserved, public $files) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
|
||||
Reference in New Issue
Block a user