robbiepaul / cloudconvert-laravel

A Laravel wrapper for the CloudConvert API
177 stars 34 forks source link

Laravel 5.4 Compatibility #49

Closed ajarti closed 7 years ago

ajarti commented 7 years ago

HI there,

Looks like you might need to update all the old Share references to Singleton for compatability.

As per: https://github.com/laravel/framework/commit/1a1969b6e6f793c3b2a479362641487ee9cbf736

No time to pull req at the mo :(

robbiepaul commented 7 years ago

Thanks for letting me know.

I've pushed up a patch that should fix this: 5671a435ecda5797ac108d7c97a6ebc3985729e7

Please run composer update robbiep/cloudconvert-laravel

ajarti commented 7 years ago

@robbiepaul that is excellent and super fast fix!! ..

Thanks.