Sopamo / laravel-filepond

Laravel backend module for filepond uploads
MIT License
203 stars 56 forks source link

Added @ sign to tempnam() #15

Closed DiyanDev closed 4 years ago

DiyanDev commented 4 years ago

I ran into the same issue as #5 so I added the @ sign to the tempnam function to prevent the exception from showing up during upload.

If this ends up merged could you please release a new tag, so we can fetch the latest changes?

Thanks.

DiyanDev commented 4 years ago

@Sopamo Any news on this one?