Closed fransallen closed 4 years ago
You have what appears to be a typo on line 310 of S3Deployer.php
$distribution = $this-cf_distribution_id;
I think should be
$distribution = $this->cf_distribution_id;
Thanks @markdicker! We've got some better code quality tools in the core project now and will roll-out to all the add-ons before they're released
Yup, thanks, added in new commits!