Owl\Services\UserService::getByEmail PHP Method

getByEmail() public method

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