mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-06 10:49:58 +02: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
|
||||
*/
|
||||
private $_configuration;
|
||||
protected $_configuration;
|
||||
|
||||
/**
|
||||
* default configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue