Skip to content

Commit e81c165

Browse files
committed
Update hash
1 parent 9d29cfa commit e81c165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sharp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ public function generateEncryptedUrl(string $originalImageUrl)
9898
return $encryptedPath;
9999
});
100100

101-
return $this->hash->generateEncryptedUrl($originalImageUrl);
101+
return $this->hash->generateURL($originalImageUrl);
102102
}
103103
}

0 commit comments

Comments
 (0)