App\Domains\Http\Jobs\RespondWithJsonErrorJob::handle PHP Méthode

handle() public méthode

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