mostafaznv / larupload

Larupload is an ORM based file uploader for laravel to upload image, video, audio and other known files.
https://mostafaznv.gitbook.io/larupload/
MIT License
45 stars 5 forks source link

Sqids #25

Open jorgelloret opened 7 months ago

jorgelloret commented 7 months ago

Changed Hashids to Sqids

24

jorgelloret commented 7 months ago

@mostafaznv In the new version, there is no option to indicate the salt in the class declaration, so I have removed it.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (afd3e4a) 100.00% compared to head (e583f4a) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #25 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 470 470 =========================================== Files 53 53 Lines 1711 1710 -1 =========================================== - Hits 1711 1710 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jorgelloret commented 7 months ago

@mostafaznv Sorry for everything, it's finally working. I thought that just changing one name to another would solve it, but it has its intricacies.

mostafaznv commented 7 months ago

Thank you very much @jorgelloret. I appreciate it.

I'll keep this PR and merge it in the next major release, once a stable version of sqids is released.