mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-21 22:26:18 +05:30
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:
parent
7435097731
commit
51d8e92e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class Configuration
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
private $_configuration;
|
||||
protected $_configuration;
|
||||
|
||||
/**
|
||||
* default configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue