예제 #1
0
 /**
  * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View|void
  */
 public function myProfile()
 {
     return $this->r_users->showUserProfileFrontEnd();
 }