예제 #1
0
 /**
  * Show the form for editing the specified resource.
  *
  * @param $id
  *
  * @return mixed
  */
 public function edit($id)
 {
     return $this->r_users->editUserBackEnd($id);
 }