Dannymh
Active member
Hi,
I am building an addon that uses the google client composer package. I have followed the tutorials and have composer configured in the addon. It works in the main addon but does not work in the cron. Instead it gives me an error "Trait '<redacted>\Cron\Google\Client' not found in "
Which is saying to me that its using the name space of the cron and looking in there for the google\client rather than in ../vendor/
Can't figure out how to point it at the correct vendor folder
I am building an addon that uses the google client composer package. I have followed the tutorials and have composer configured in the addon. It works in the main addon but does not work in the cron. Instead it gives me an error "Trait '<redacted>\Cron\Google\Client' not found in "
Which is saying to me that its using the name space of the cron and looking in there for the google\client rather than in ../vendor/
Can't figure out how to point it at the correct vendor folder