Closed kaptk2 closed 1 year ago
Sometimes when many files that have the same name are uploaded simultaneously a naming collision happens. This pull request uses the ULID helper that Laravel provides to prevent any chance of a name collision.
@kaptk2 Thank you for this contribution! :) Could you please fix the coding style?
@andreia you got it, sorry it was a new editor and I'm still getting used to it. Should be good to go now
@kaptk2 Thank you! :)
Sometimes when many files that have the same name are uploaded simultaneously a naming collision happens. This pull request uses the ULID helper that Laravel provides to prevent any chance of a name collision.