remove ignore files
This commit is contained in:
@@ -21,7 +21,7 @@ class UpdateRoadObservedInfoByNikarayanJob implements ShouldQueue
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*/
|
||||
public function __construct(public array $request, public RoadObserved $roadObserved, public $files) {}
|
||||
public function __construct(public RoadObserved $roadObserved, public $files) {}
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
@@ -29,7 +29,7 @@ class UpdateRoadObservedInfoByNikarayanJob implements ShouldQueue
|
||||
*/
|
||||
public function handle(NikarayanService $nikarayanService)
|
||||
{
|
||||
return $nikarayanService->updateRoadObservedInfoByNikarayan($this->request, $this->roadObserved, $this->files);
|
||||
return $nikarayanService->updateRoadObservedInfoByNikarayan($this->roadObserved, $this->files);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user