Kevin Baldwyn
Kevin Baldwyn
As you say this is a rare use case, so not a priority. Feel free to submit a PR though if you fix it yourself.
I've not used Cloudflare, when I get a chance I will investigate however I doubt it will be anytime soon. As an overview, the image that the the package creates...
Yeh, I've not really used this in a project yet, so still fiddling with useage. The config would need to be updated to be made clear. I'm happy to accept...
Yeh that's not a bad idea. On 5 December 2013 07:57, glennjacobs [email protected] wrote: > Ok great, never done a pull request before so I suppose it's time to >...
I solved it by creating class aliases to the namespaced classes: ``` class_alias('\Fully\NameSpaced\Class', 'Fully_NameSpaced_Class'); ``` Then passing the aliased name to the job. Ugly but works.