App\Http\Controllers\Backend\TopicController::show PHP 메소드

show() 공개 메소드

Display the specified resource.
public show ( integer $id ) : Illuminate\Http\Response
$id integer
리턴 Illuminate\Http\Response
    public function show($id)
    {
        //
    }