mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
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:
@@ -25,7 +25,7 @@ class Configuration
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $_configuration;
|
||||
protected $_configuration;
|
||||
|
||||
/**
|
||||
* default configuration
|
||||
|
||||
Reference in New Issue
Block a user