App\Http\Controllers\Backend\CommentController::show PHP Method

show() public method

Display the specified resource.
public show ( integer $id ) : Response
$id integer
return Dingo\Api\Http\Response
    public function show($id)
    {
        //
    }