Merge pull request #1621 from jacquesbh/configuration-isnt-private

Use protected instead of private $_configuration
This commit is contained in:
El RIDO 2025-08-01 07:09:30 +02:00 committed by GitHub
commit f739b5b6a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ class Configuration
*
* @var array
*/
private $_configuration;
protected $_configuration;
/**
* default configuration