예제 #1
0
파일: Confide.php 프로젝트: joshle/confide
 /**
  * Returns an object of the model set in auth config.
  *
  * @return mixed
  */
 public function model()
 {
     return $this->repo->model();
 }