App\Domains\Http\Jobs\RespondWithJsonErrorJob::handle PHP Method

handle() public method

public handle ( Illuminate\Routing\ResponseFactory $response )
$response Illuminate\Routing\ResponseFactory
    public function handle(ResponseFactory $response)
    {
        return $response->json($this->content, $this->status, $this->headers, $this->options);
    }
RespondWithJsonErrorJob