Owl\Services\UserService::getByEmail PHP 메소드

getByEmail() 공개 메소드

Get a user by email.
public getByEmail ( string $email ) : stdclass
$email string
리턴 stdclass
    public function getByEmail($email)
    {
        return $this->userRepo->getByEmail($email);
    }