sausin / laravel-ovh

Wrapper for OVH Object Storage integration with laravel
MIT License
37 stars 12 forks source link

Fix Temporary URL Generation #49

Closed iksaku closed 4 years ago

sausin commented 4 years ago

Makes sense!

Could we also remove the nesbot/carbon dependency then?

iksaku commented 4 years ago

Yeah, we could remove its dependency and rely entirely on DateTimeInterface.

Will do a full check tomorrow to ensure we can safely remove Carbon dependency.

sausin commented 4 years ago

:+1:

iksaku commented 4 years ago

Properly removed all dependencies on nesbot/carbon :zap:

sausin commented 4 years ago

Thanks!