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

show() public méthode

Display the specified resource.
public show ( integer $id ) : Illuminate\Http\Response
$id integer
Résultat Illuminate\Http\Response
    public function show($id)
    {
        dd($this->roles->find($id));
    }