Owl\Repositories\Eloquent\Models\User::getAuthPassword PHP 메소드

getAuthPassword() 공개 메소드

Get the password for the user.
public getAuthPassword ( ) : string
리턴 string
    public function getAuthPassword()
    {
        return $this->password;
    }