예제 #1
0
 /**
  * Show the application's login form.
  *
  * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
  */
 public function showLoginForm()
 {
     return $this->r_users->getUserLoginBackEnd();
 }