- πΊπΈUnited States dave reid Nebraska USA
I've added to the project page the issue is using reflection to change a class method from protected to public, and using reflection is typically not recommended for production environments/code.
Automatically closed - issue fixed for 2 weeks with no activity.
- π¬π§United Kingdom Jon Pollard
Would it be possible to set this module up so that it was disabled on production using something like this in settings.php - example from avagg
$config['advagg.settings']['enabled'] = FALSE;