mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-12-14 15:59:03 -05:00
Merge pull request #1621 from jacquesbh/configuration-isnt-private
Use protected instead of private $_configuration
This commit is contained in:
commit
f739b5b6a9
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class Configuration
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $_configuration;
|
protected $_configuration;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* default configuration
|
* default configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue