App\Http\Controllers\Backend\CommentController::show PHP Méthode

show() public méthode

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