예제 #1
0
파일: impEloquent.php 프로젝트: emayk/ics
 /**
  * Mencari Record berdasarkan Primary key
  *
  * @param  int $id
  *
  * @return \Emayk\Ics\Repo\Factory\Response
  */
 public function find($id)
 {
     return $this->departement->findOrFail($id)->toArray();
 }