コード例 #1
0
ファイル: DbUserRepository.php プロジェクト: larrytech/auth
 /**
  * {@inheritDoc}
  */
 public function find($id)
 {
     return User::find($id);
 }