feat(configuration): Use protected instead of private

This way we can override the $_configuration property using
a new Configuration extending the PrivateBin one.
This commit is contained in:
Jacques Bodin-Hullin
2025-07-31 23:59:58 +02:00
parent 7435097731
commit 51d8e92e6a

View File

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